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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 95e2865017a8..1d7770709b32 100644 --- a/configure.ac +++ b/configure.ac @@ -672,7 +672,6 @@ darwin*) # Mac OS X or iOS INSTROOTCONTENTSUFFIX=/Contents SDKDIRNAME=AC_PACKAGE_NAME${PRODUCTVERSION}_SDK fi - enable_systray=no # See comment above the case "$host_os" LINKFLAGSSHL="-dynamiclib -single_module" @@ -1197,11 +1196,6 @@ libo_FUZZ_ARG_ENABLE(gtk3, [Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available.]), ,test "${enable_gtk3+set}" = set || enable_gtk3=yes) -libo_FUZZ_ARG_ENABLE(systray, - AS_HELP_STRING([--disable-systray], - [Determines whether to build the systray quickstarter.]), -,test "${enable_systray+set}" = set || enable_systray=yes) - AC_ARG_ENABLE(split-app-modules, AS_HELP_STRING([--enable-split-app-modules], [Split file lists for app modules, e.g. base, calc. @@ -10111,7 +10105,6 @@ dnl =================================================================== GTK_CFLAGS="" GTK_LIBS="" -ENABLE_SYSTRAY_GTK="" if test "$test_gtk" = "yes"; then if test "$ENABLE_GTK" = "TRUE"; then @@ -10125,10 +10118,6 @@ if test "$test_gtk" = "yes"; then FilterLibs "${GTHREAD_LIBS}" GTHREAD_LIBS="${filteredlibs}" - if test "x$enable_systray" = "xyes"; then - ENABLE_SYSTRAY_GTK="TRUE" - fi - AC_MSG_CHECKING([whether to enable Gtk print dialog support]) PKG_CHECK_MODULES([GTK_PRINT], [gtk+-unix-print-2.0 >= 2.10.0], [ENABLE_GTK_PRINT="TRUE"], @@ -10156,7 +10145,6 @@ fi AC_SUBST(ENABLE_GIO) AC_SUBST(GIO_CFLAGS) AC_SUBST(GIO_LIBS) -AC_SUBST(ENABLE_SYSTRAY_GTK) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) AC_SUBST(GTHREAD_CFLAGS) |