summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 3659c51c9aef..0c4875d2842b 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -108,17 +108,13 @@ $(eval $(call gb_Module_add_targets,shell,\
endif
-ifneq ($(filter-out MACOSX WNT,$(OS)),)
-ifneq ($(ENABLE_HEADLESS),TRUE)
-
+ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
Package_scripts \
Package_scripts_gnome \
Package_scripts_kde \
))
-
-endif
endif
ifneq ($(OS),WNT)