diff options
author | Rene Engelhard <rene@rene-engelhard.de> | 2018-05-18 14:31:35 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-05-23 12:02:59 +0200 |
commit | 3e9c908b73f0fe0978c9980750a06bbc9e02295e (patch) | |
tree | 01601c826307aeb4ee3e4a50525a8039e59de443 /sfx2/Library_sfx.mk | |
parent | 5c6c6ebd121a50b293e015d0aa6c0f1e4dc416ae (diff) |
remove Linux ("UNX") systray "Quickstarter"
Change-Id: Ie0e8b8b7ad59ee640d6b195dfae1a7cf745056fd
Reviewed-on: https://gerrit.libreoffice.org/54543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 2e2d6513319f..2cfa3b5dcf21 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -44,14 +44,6 @@ $(eval $(call gb_Library_add_defs,sfx,\ $(if $(filter TRUE,$(ENABLE_CUPS)),-DENABLE_CUPS) \ )) -ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) -$(eval $(call gb_Library_add_defs,sfx,\ - -DENABLE_QUICKSTART_APPLET \ - -DENABLE_SYSTRAY_GTK \ - -DPLUGIN_NAME=libqstart_gtk$(gb_Library_OOOEXT) \ -)) -endif - $(eval $(call gb_Library_use_libraries,sfx,\ basegfx \ comphelper \ |