diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2014-11-05 17:10:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-07 11:48:27 +0000 |
commit | 8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6 (patch) | |
tree | 02ecf82eed737003d1264ab0209b37414053d0dc /shell | |
parent | a44163ada4de97d53910cf48a4017ab191b4fb16 (diff) |
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@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ @@ -122,6 +123,7 @@ $(eval $(call gb_Module_add_targets,shell,\ )) endif +endif ifneq ($(OS),WNT) |