diff options
author | Rene Engelhard <rene@debian.org> | 2016-04-11 09:56:23 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2016-04-11 23:08:29 +0200 |
commit | cb6d938a07f727138a5ec2db1cbefaf4b1be3c50 (patch) | |
tree | 55720b4b4a2719d58856c947ce7a6d6b58a532ab | |
parent | a3a1c50d6495860327e8cf9db869c466aa054d22 (diff) |
don't install qstart.desktop if it's disabled (--disable-systray)
Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8
-rw-r--r-- | scp2/InstallModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index d54ca2e6d0c7..35db721185ac 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 3bf3c919825d..7cd77331f7ea 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; |