summaryrefslogtreecommitdiffstats
path: root/redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-10-30 18:36:20 +0100
committeralbator <albator@arcadia.vtf>2011-10-30 18:36:20 +0100
commit0061571b57d37f17c074ba869a674fb774fb49b4 (patch)
tree4e907ead034121a05cdebdfff12160eb8bc6d165 /redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch
parentf16f2e4b84cfb3bd3045ccbcab47277b01550530 (diff)
downloadtde-packaging-0061571b57d37f17c074ba869a674fb774fb49b4.tar.gz
tde-packaging-0061571b57d37f17c074ba869a674fb774fb49b4.zip
TDE 3.5.13 stable release for RHEL/Fedora
Diffstat (limited to 'redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch')
-rw-r--r--redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch b/redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch
new file mode 100644
index 000000000..502972e7b
--- /dev/null
+++ b/redhat/kdegraphics/kdegraphics-3.5.13-disable_poppler.patch
@@ -0,0 +1,11 @@
+--- kdegraphics.ORI/kfile-plugins/dependencies/CMakeLists.txt 2011-07-31 08:24:04.000000000 +0200
++++ kdegraphics/kfile-plugins/dependencies/CMakeLists.txt 2011-10-30 14:42:03.000000000 +0100
+@@ -9,4 +9,6 @@
+ #
+ #################################################
+
+-add_subdirectory( poppler-tqt )
+\ Pas de fin de ligne à la fin du fichier.
++if( WITH_PDF )
++ add_subdirectory( poppler-tqt )
++endif ( )