summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/Module_shell.mk2
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)