summaryrefslogtreecommitdiffstats
path: root/trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch')
-rw-r--r--trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch b/trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch
new file mode 100644
index 00000000..35448ab1
--- /dev/null
+++ b/trinity-base/kdegraphics-kfile-plugins/files/tdegraphics-poppler-tqt-remove-unnecessary-check.patch
@@ -0,0 +1,19 @@
+--- 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 )