Kaydet (Commit) 8b94b2e6 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti Kaydeden (comit) Michael Stahl

Don't add toolkit related shell packages with headless build

Change-Id: Ib68bf02ef7065c76ff25f36b8c29a9a4b028b2e0
Reviewed-on: https://gerrit.libreoffice.org/12268Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst a44163ad
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment