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/libuemf | |
| 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/libuemf')
| -rw-r--r-- | src/libuemf/meson.build | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/libuemf/meson.build b/src/libuemf/meson.build deleted file mode 100644 index 55272776e..000000000 --- a/src/libuemf/meson.build +++ /dev/null @@ -1,37 +0,0 @@ -uemf_sources = files([ - 'symbol_convert.c', - 'uemf.c', - 'uemf_endian.c', - 'uemf_print.c', - 'uemf_safe.c', - 'uemf_utf.c', - 'uwmf.c', - 'uwmf_endian.c', - 'uwmf_print.c', - 'upmf.c', - 'upmf_print.c' -]) - -uemf_headers = files([ - 'symbol_convert.h', - 'uemf.h', - 'uemf_endian.h', - 'uemf_print.h', - 'uemf_safe.h', - 'uemf_utf.h', - 'uwmf.h', - 'uwmf_endian.h', - 'uwmf_print.h', - 'upmf.h', - 'upmf_print.h' -]) - -uemf_deps = [] - -libuemf = static_library('uemf', - sources: [uemf_sources, - uemf_headers], - dependencies: uemf_deps, - include_directories: [srcinc, confinc]) - -libuemf_dep = declare_dependency(link_with : libuemf) |
