summaryrefslogtreecommitdiffstats
path: root/redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch')
-rw-r--r--redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch b/redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch
new file mode 100644
index 000000000..b33ee2b8d
--- /dev/null
+++ b/redhat/kdegraphics/kdegraphics-3.5.13-disable_kuickshow_doc.patch
@@ -0,0 +1,10 @@
+--- kdegraphics/doc/kuickshow/CMakeLists.txt.ORI 2012-08-02 20:57:35.855904888 +0000
++++ kdegraphics/doc/kuickshow/CMakeLists.txt 2012-08-02 20:57:53.872026818 +0000
+@@ -9,4 +9,6 @@
+ #
+ #################################################
+
+-tde_create_handbook( DESTINATION kuickshow )
++if( BUILD_KUICKSHOW )
++ tde_create_handbook( DESTINATION kuickshow )
++endif( )