[Libreoffice-commits] core.git: shell/Module_shell.mk

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Oct 2 02:22:12 PDT 2015


 shell/Module_shell.mk |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 313b82d330b5814326fb1fbb930fb09475313d85
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Fri Oct 2 09:59:59 2015 +0200

    Library recentfile should be built when UXING_X11
    
    Change-Id: I9b8d67540f646e7da59e35303bf75cc43367f2c3
    Reviewed-on: https://gerrit.libreoffice.org/19092
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 3659c51..0c4875d 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -108,17 +108,13 @@ $(eval $(call gb_Module_add_targets,shell,\
 
 endif
 
-ifneq ($(filter-out MACOSX WNT,$(OS)),)
-ifneq ($(ENABLE_HEADLESS),TRUE)
-
+ifeq ($(USING_X11),TRUE)
 $(eval $(call gb_Module_add_targets,shell,\
 	Library_recentfile \
 	Package_scripts \
 	Package_scripts_gnome \
 	Package_scripts_kde \
 ))
-
-endif
 endif
 
 ifneq ($(OS),WNT)


More information about the Libreoffice-commits mailing list