You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging-gentoo/trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-rem...

20 lines
695 B

--- kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake.orig 2012-10-30 15:37:44.306343796 +0400
+++ kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake 2012-10-30 15:37:56.031354364 +0400
@@ -1,11 +1,9 @@
# Poppler
-if( BUILD_KPDF )
- pkg_search_module( POPPLER poppler )
- if( POPPLER_FOUND )
- set( HAVE_POPPLER 1 )
- else( )
- tde_message_fatal( "poppler is required, but was not found on your system" )
- endif( )
+pkg_search_module( POPPLER poppler )
+if( POPPLER_FOUND )
+ set( HAVE_POPPLER 1 )
+else( )
+ tde_message_fatal( "poppler is required, but was not found on your system" )
endif( )
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )