[poppler] CMakeLists.txt
Pino Toscano
pino at kemper.freedesktop.org
Thu Sep 16 11:57:58 PDT 2010
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c01a17745c04aef3e6f2225679c867a03e731e83
Author: Pino Toscano <pino at kde.org>
Date: Thu Sep 16 20:55:56 2010 +0200
[CMake] disable the GObject introspection system
it cannot complete the scanning propecure correctly without libtool it seems
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 916a780..4dbe5bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@ if(CAIRO_FOUND)
if(GLIB_FOUND)
set(ENABLE_GLIB ON)
# Check for introspection
- macro_optional_find_package(GObjectIntrospection 0.6.7)
+ #macro_optional_find_package(GObjectIntrospection 0.6.7) # disabled, as it does not work without libtool
set(HAVE_INTROSPECTION ${INTROSPECTION_FOUND})
set(GLIB_REQ "glib-2.0 >= ${GLIB_REQUIRED} gobject-2.0 >= ${GLIB_REQUIRED} cairo >= ${CAIRO_VERSION}")
set(POPPLER_GLIB_DISABLE_DEPRECATED "${POPPLER_GLIB_DISABLE_DEPRECATED} -DG_DISABLE_DEPRECATED")
@@ -577,7 +577,7 @@ show_end_message_yesno("qt wrapper" QT3_FOUND)
show_end_message_yesno("qt4 wrapper" QT4_FOUND)
show_end_message_yesno("glib wrapper" ENABLE_GLIB)
show_end_message_yesno(" use GDK" POPPLER_WITH_GDK)
-show_end_message_yesno(" introspection" INTROSPECTION_FOUND)
+show_end_message(" introspection" "not supported with this CMake build system")
show_end_message_yesno("cpp wrapper" ENABLE_CPP)
show_end_message("use gtk-doc" "not supported with this CMake build system")
show_end_message_yesno("use libjpeg" ENABLE_LIBJPEG)
More information about the poppler
mailing list