From 8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 5 Nov 2014 17:10:16 +0100 Subject: Don't add toolkit related shell packages with headless build Change-Id: Ib68bf02ef7065c76ff25f36b8c29a9a4b028b2e0 Reviewed-on: https://gerrit.libreoffice.org/12268 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- shell/Module_shell.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 98f6c87690a7..48c7cc3d9554 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 \ @@ -121,6 +122,7 @@ $(eval $(call gb_Module_add_targets,shell,\ Package_scripts_kde \ )) +endif endif ifneq ($(OS),WNT) -- cgit