summaryrefslogtreecommitdiff
path: root/community/rekonq/with-nepomuk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rekonq/with-nepomuk.patch')
-rw-r--r--community/rekonq/with-nepomuk.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/rekonq/with-nepomuk.patch b/community/rekonq/with-nepomuk.patch
new file mode 100644
index 000000000..8b50f7c50
--- /dev/null
+++ b/community/rekonq/with-nepomuk.patch
@@ -0,0 +1,16 @@
+--- rekonq-2.4.2/CMakeLists.txt~ 2014-03-08 10:35:22.003986721 +0000
++++ rekonq-2.4.2/CMakeLists.txt 2014-03-08 10:38:34.075974545 +0000
+@@ -48,9 +48,11 @@
+ # ==================================================================================
+ # optional nepomuk requirements
+
+-FIND_PACKAGE(Soprano)
++if(WITH_NEPOMUK)
++ FIND_PACKAGE(Soprano)
+
+-FIND_PACKAGE(NepomukCore 0.1.0)
++ FIND_PACKAGE(NepomukCore 0.1.0)
++endif()
+
+ IF(SOPRANO_FOUND AND NepomukCore_FOUND)
+ ADD_DEFINITIONS(-DHAVE_NEPOMUK)