summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorTomas Chvatal <tomas.chvatal@gmail.com>2013-09-23 14:15:00 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-04 14:37:46 +0000
commit449ee2db73c40918ff17f3d42736ad2dd3ebed78 (patch)
tree96842bba54e83e1365ad8268f254a932876c31c1 /sysui
parent677b4402a970ef135da76760c9a97a1ffb74c3b9 (diff)
Enable %U in desktop files with kde integration
This fixes issues when clicking on various URLS when the KDE only integration were build. Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2 Reviewed-on: https://gerrit.libreoffice.org/6018 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/CustomTarget_share.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk
index d191d8def91c..9fbfe7ee480d 100644
--- a/sysui/CustomTarget_share.mk
+++ b/sysui/CustomTarget_share.mk
@@ -9,10 +9,16 @@
include $(SRCDIR)/sysui/productlist.mk
+
ifeq ($(ENABLE_GIO),TRUE)
brand_URIPARAM := --urls
-else
-ifeq ($(ENABLE_GNOMEVFS),TRUE)
+else ifeq ($(ENABLE_GNOMEVFS),TRUE)
+ brand_URIPARAM := --urls
+else ifeq ($(ENABLE_TDE),TRUE)
+ brand_URIPARAM := --urls
+else ifeq ($(ENABLE_KDE),TRUE)
+ brand_URIPARAM := --urls
+else ifeq ($(ENABLE_KDE4),TRUE)
brand_URIPARAM := --urls
else
brand_URIPARAM :=