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

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Fri Nov 7 03:48:53 PST 2014


 shell/Module_shell.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date:   Wed Nov 5 17:10:16 2014 +0100

    Don't add toolkit related shell packages with headless build
    
    Change-Id: Ib68bf02ef7065c76ff25f36b8c29a9a4b028b2e0
    Reviewed-on: https://gerrit.libreoffice.org/12268
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 98f6c87..48c7cc3 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -112,6 +112,7 @@ $(eval $(call gb_Module_add_targets,shell,\
 endif
 
 ifneq ($(filter-out MACOSX WNT,$(OS)),)
+ifneq ($(ENABLE_HEADLESS),TRUE)
 
 $(eval $(call gb_Module_add_targets,shell,\
 	Executable_gnome_open_url \
@@ -122,6 +123,7 @@ $(eval $(call gb_Module_add_targets,shell,\
 ))
 
 endif
+endif
 
 ifneq ($(OS),WNT)
 


More information about the Libreoffice-commits mailing list