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/util/meson.build | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 src/util/meson.build (limited to 'src/util') 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) -- cgit v1.2.3