[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source
Rene Engelhard
rene at debian.org
Mon Apr 11 21:10:47 UTC 2016
scp2/InstallModule_ooo.mk | 1 +
scp2/source/ooo/common_brand.scp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit cb6d938a07f727138a5ec2db1cbefaf4b1be3c50
Author: Rene Engelhard <rene at debian.org>
Date: Mon Apr 11 09:56:23 2016 +0200
don't install qstart.desktop if it's disabled (--disable-systray)
Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index d54ca2e..35db721 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\
$(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_GTK \
+ ENABLE_SYSTRAY_GTK \
ENABLE_GTK3 \
ENABLE_MACOSX_SANDBOX \
ENABLE_ONLINE_UPDATE \
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 3bf3c91..7cd7733 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -609,7 +609,7 @@ End
#endif
#if defined UNX && ! defined MACOSX
-#ifdef ENABLE_GTK
+#ifdef ENABLE_SYSTRAY_GTK
File gid_Brand_File_Share_Xdg_QStart
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Xdg;
More information about the Libreoffice-commits
mailing list