From 582075ad8d9c6fdb4178d7f5bb8686b4d257e421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Sat, 17 Mar 2018 18:50:20 -0300 Subject: Removing sample meson build files. These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY --- src/io/meson.build | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/io/meson.build (limited to 'src/io') diff --git a/src/io/meson.build b/src/io/meson.build deleted file mode 100644 index a09ac1f03..000000000 --- a/src/io/meson.build +++ /dev/null @@ -1,41 +0,0 @@ -libio_sources = files([ - 'base64stream.cpp', - 'bufferstream.cpp', - 'gzipstream.cpp', - 'inkscapestream.cpp', - 'resource.cpp', - 'stringstream.cpp', - 'sys.cpp', - 'http.cpp', - 'uristream.cpp', - 'xsltstream.cpp' -]) - -libio_headers = files([ - 'base64stream.h', - 'bufferstream.h', - 'gzipstream.h', - 'inkscapestream.h', - 'resource.h', - 'stringstream.h', - 'sys.h', - 'http.h', - 'uristream.h', - 'xsltstream.h' -]) - -libio_deps = [ - soup_dep, - glibmm_dep, - gtk_dep, - xml2_dep, - zlib_dep -] - -libio = static_library('libio', - sources: [libio_sources, - libio_headers], - dependencies: libio_deps, - include_directories: [srcinc, confinc]) - -libio_dep = declare_dependency(link_with : libio) -- cgit v1.2.3