diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 19:06:35 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 19:06:35 +0000 |
| commit | f982a89a9094a0703b3aa9fde845d2df8cfb64a2 (patch) | |
| tree | 2a7faca8e24beae5e859faa038832cace9c7aa98 /CMakeScripts | |
| parent | Gtkmm deprecation fixes (diff) | |
| parent | Fix DefineDependsandFlags.cmake (remove spaces in pkg_check_modules) (diff) | |
| download | inkscape-f982a89a9094a0703b3aa9fde845d2df8cfb64a2.tar.gz inkscape-f982a89a9094a0703b3aa9fde845d2df8cfb64a2.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index 6d87846e9..46fbe7568 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -1,4 +1,3 @@ - set(INKSCAPE_LIBS "") set(INKSCAPE_INCS "") set(INKSCAPE_INCS_SYS "") @@ -47,7 +46,7 @@ pkg_check_modules(INKSCAPE_DEP REQUIRED fontconfig gsl gmodule-2.0 - libsoup-2.4 >= 2.42) + libsoup-2.4>=2.42) list(APPEND INKSCAPE_LIBS ${INKSCAPE_DEP_LDFLAGS}) list(APPEND INKSCAPE_INCS_SYS ${INKSCAPE_DEP_INCLUDE_DIRS}) |
