summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-08 00:47:48 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-07-08 00:47:48 +0000
commitb6e16b1d8f843a9524f311d34afd6ea1da22e579 (patch)
tree372ac422af8a77399dfb94d204d5c5b52f71b4e6 /CMakeScripts/DefineDependsandFlags.cmake
parentFix regression in swatch display (LP #804930). (diff)
downloadinkscape-b6e16b1d8f843a9524f311d34afd6ea1da22e579.tar.gz
inkscape-b6e16b1d8f843a9524f311d34afd6ea1da22e579.zip
fix for building with cmake, renaming the GTK2 package didnt work right, very confusing as to why - I still dont know but calling it the same as CMake's works ok and uses our one.
(bzr r10424)
Diffstat (limited to '')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 96ff53ff9..88c361020 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -46,7 +46,7 @@ add_definitions(${POPT_DEFINITIONS})
# Include dependencies:
# use patched version until GTK2_CAIROMMCONFIG_INCLUDE_DIR is added
-find_package(GTK2_patched COMPONENTS gtk gtkmm REQUIRED)
+find_package(GTK2 COMPONENTS gtk gtkmm REQUIRED)
list(APPEND INKSCAPE_INCS_SYS
${GTK2_GDK_INCLUDE_DIR}
${GTK2_GDKMM_INCLUDE_DIR}