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/libnrtype | |
| 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/libnrtype')
| -rw-r--r-- | src/libnrtype/meson.build | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/libnrtype/meson.build b/src/libnrtype/meson.build deleted file mode 100644 index bb51f27e2..000000000 --- a/src/libnrtype/meson.build +++ /dev/null @@ -1,39 +0,0 @@ -layout_tng_sources = files([ - 'Layout-TNG-Compute.cpp', - 'Layout-TNG-Output.cpp', - 'FontFactory.cpp', - 'Layout-TNG.cpp', - 'font-lister.cpp', - 'Layout-TNG-Scanline-Makers.cpp', - 'Layout-TNG-Input.cpp', - 'FontInstance.cpp', - 'Layout-TNG-OutIter.cpp' -]) - -layout_tng_headers = files([ - 'font-instance.h', - 'Layout-TNG-Scanline-Maker.h', - 'FontFactory.h', - 'Layout-TNG.h', - 'font-glyph.h', - 'font-lister.h', - 'font-style.h' -]) - -layout_tng_deps = [ - glib_dep, - gtkmm_dep, - xml2_dep, - pangoft2_dep, - harfbuzz_dep, - liblivarot_dep, - libsvg_dep -] - -libnrtype = static_library('nrtype', - sources: [layout_tng_sources, - layout_tng_headers], - dependencies: layout_tng_deps, - include_directories: [srcinc, confinc]) - -libnrtype_dep = declare_dependency(link_with : libnrtype) |
