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/util/meson.build | |
| 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 '')
| -rw-r--r-- | src/util/meson.build | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/util/meson.build b/src/util/meson.build deleted file mode 100644 index 8c3c78775..000000000 --- a/src/util/meson.build +++ /dev/null @@ -1,51 +0,0 @@ -libutil_sources = files([ - 'ege-appear-time-tracker.cpp', - 'ege-tags.cpp', - 'expression-evaluator.cpp', - 'share.cpp', - 'units.cpp', - 'ziptool.cpp' -]) - -libutil_headers = files([ - 'copy.h', - 'ege-appear-time-tracker.h', - 'ege-tags.h', - 'enums.h', - 'expression-evaluator.h', - 'filter-list.h', - 'find-if-before.h', - 'find-last-if.h', - 'fixed_point.h', - 'format.h', - 'forward-pointer-iterator.h', - 'function.h', - 'list-container-test.h', - 'list-container.h', - 'list-copy.h', - 'list.h', - 'longest-common-suffix.h', - 'map-list.h', - 'reference.h', - 'reverse-list.h', - 'share.h', - 'signal-blocker.h', - 'tuple.h', - 'ucompose.hpp', - 'units.h', - 'unordered-containers.h', - 'ziptool.h' -]) - -libutil_deps = [ - glibmm_dep, - gtk_dep -] - -libutil = static_library('libutil', - sources: [libutil_sources, - libutil_headers], - dependencies: libutil_deps, - include_directories: [srcinc, confinc]) - -libutil_dep = declare_dependency(link_with : libutil) |
