diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-02 09:59:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-02 09:21:49 +0000 |
commit | 313b82d330b5814326fb1fbb930fb09475313d85 (patch) | |
tree | e4a3ae70a18b275e5afb79f3a8430fe64519910c /shell | |
parent | efad388f756014a7df5ed6f8e4ce417d24e9aba9 (diff) |
Library recentfile should be built when UXING_X11
Change-Id: I9b8d67540f646e7da59e35303bf75cc43367f2c3
Reviewed-on: https://gerrit.libreoffice.org/19092
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 6 |
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) |