diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 21:50:20 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 21:54:02 +0000 |
| commit | 582075ad8d9c6fdb4178d7f5bb8686b4d257e421 (patch) | |
| tree | a3902949c1db53a74624d96bd833b739f22dfc45 /src/xml | |
| parent | First successful build of Inkscape using the new/experimental meson-build sys... (diff) | |
| download | inkscape-582075ad8d9c6fdb4178d7f5bb8686b4d257e421.tar.gz inkscape-582075ad8d9c6fdb4178d7f5bb8686b4d257e421.zip | |
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
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/meson.build | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/src/xml/meson.build b/src/xml/meson.build deleted file mode 100644 index a3187a3ad..000000000 --- a/src/xml/meson.build +++ /dev/null @@ -1,67 +0,0 @@ -xml_sources = files([ - 'composite-node-observer.cpp', - 'croco-node-iface.cpp', - 'event.cpp', - 'log-builder.cpp', - 'node-fns.cpp', - 'quote.cpp', - 'repr.cpp', - 'repr-css.cpp', - 'repr-io.cpp', - 'repr-sorting.cpp', - 'repr-util.cpp', - 'simple-document.cpp', - 'simple-node.cpp', - 'subtree.cpp', - 'helper-observer.cpp', - 'rebase-hrefs.cpp' -]) - -xml_headers = files([ - 'attribute-record.h', - 'comment-node.h', - 'composite-node-observer.h', - 'croco-node-iface.h', - 'document.h', - 'element-node.h', - 'event-fns.h', - 'event.h', - 'helper-observer.h', - 'invalid-operation-exception.h', - 'log-builder.h', - 'node-event-vector.h', - 'node-fns.h', - 'node-iterators.h', - 'node-observer.h', - 'node.h', - 'pi-node.h', - 'quote-test.h', - 'quote.h', - 'rebase-hrefs-test.h', - 'rebase-hrefs.h', - 'repr-action-test.h', - 'repr-sorting.h', - 'repr.h', - 'simple-document.h', - 'simple-node.h', - 'sp-css-attr.h', - 'subtree.h', - 'text-node.h' -]) - -xml_deps = [ - glib_dep, - glibmm_dep, - xml2_dep, - libdebug_dep, - libutil_dep, - libio_dep -] - -lib_xml = static_library('xml', - sources: [xml_sources, - xml_headers], - dependencies: xml_deps, - include_directories: [srcinc, confinc]) - -libxml_dep = declare_dependency(link_with : lib_xml) |
