shell/Module_shell.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6
Author: Riccardo Magliocchetti <[email protected]>
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 <[email protected]>
Tested-by: Michael Stahl <[email protected]>
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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits