diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2015-10-26 22:50:52 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-10-26 22:50:52 +0000 |
| commit | 0d4e511c524d9102d90adbf2defea4f644eb3edd (patch) | |
| tree | ffd9da7dadc59fa46ca91fa123659f5271214614 /src/CMakeLists.txt | |
| parent | Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 (diff) | |
| download | inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.tar.gz inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.zip | |
add gtk3 experimental support in CMake
Fixed bugs:
- https://launchpad.net/bugs/1509969
(bzr r14430)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ec7713464..30af55925 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -531,6 +531,10 @@ endif() add_dependencies(inkscape inkscape_version) +if (NOT "${WITH_EXT_GDL}") + list (APPEND INKSCAPE_LIBS "gdl_LIB") +endif() + set(INKSCAPE_TARGET_LIBS # order from automake #sp_LIB @@ -542,7 +546,6 @@ set(INKSCAPE_TARGET_LIBS croco_LIB avoid_LIB - gdl_LIB cola_LIB vpsc_LIB livarot_LIB |
