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/livarot | |
| 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/livarot')
| -rw-r--r-- | src/livarot/meson.build | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/livarot/meson.build b/src/livarot/meson.build deleted file mode 100644 index fd7689d35..000000000 --- a/src/livarot/meson.build +++ /dev/null @@ -1,55 +0,0 @@ -livarot_sources = files([ - 'AlphaLigne.cpp', - 'AVL.cpp', - 'BitLigne.cpp', - 'float-line.cpp', - 'int-line.cpp', - 'PathConversion.cpp', - 'Path.cpp', - 'PathCutting.cpp', - 'path-description.cpp', - 'PathOutline.cpp', - 'PathSimplify.cpp', - 'PathStroke.cpp', - 'Shape.cpp', - 'ShapeDraw.cpp', - 'ShapeMisc.cpp', - 'ShapeRaster.cpp', - 'ShapeSweep.cpp', - 'sweep-event.cpp', - 'sweep-tree.cpp', - 'sweep-tree-list.cpp' -]) - -livarot_headers = files([ - 'AVL.h', - 'AlphaLigne.h', - 'BitLigne.h', - 'Livarot.h', - 'LivarotDefs.h', - 'Path.h', - 'Shape.h', - 'float-line.h', - 'int-line.h', - 'path-description.h', - 'sweep-event-queue.h', - 'sweep-event.h', - 'sweep-tree-list.h', - 'sweep-tree.h' -]) - -livarot_deps = [ - glib_dep, - glibmm_dep, - gdk_dep, - xml2_dep, - sigcpp_dep -] - -lib_livarot = static_library('livarot', - sources: [livarot_sources, - livarot_headers], - dependencies: livarot_deps, - include_directories: [srcinc, confinc]) - -liblivarot_dep = declare_dependency(link_with : lib_livarot) |
