summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_oosplash.mk
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-02-10 17:28:49 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 16:44:56 +0000
commit2130deb2d13f7cbb5b5e55c061ad794e47e6999d (patch)
tree8d612af075ed67d74a69aa1294159ed7de18c21d /desktop/Executable_oosplash.mk
parentget clucene building under windows-msvc (diff)
downloadcore-2130deb2d13f7cbb5b5e55c061ad794e47e6999d.tar.gz
core-2130deb2d13f7cbb5b5e55c061ad794e47e6999d.zip
Introduce headless switch for X / cairo / toolkit less build
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
Diffstat (limited to 'desktop/Executable_oosplash.mk')
-rw-r--r--desktop/Executable_oosplash.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk
index 698b58a2da30..9273b84bc66c 100644
--- a/desktop/Executable_oosplash.mk
+++ b/desktop/Executable_oosplash.mk
@@ -58,11 +58,13 @@ $(eval $(call gb_Executable_add_libs,oosplash,\
endif
+ifneq ($(GUIBASE),headless)
ifeq ($(GUI),UNX)
$(eval $(call gb_Executable_add_libs,oosplash,\
-lX11 \
))
endif
+endif
ifeq ($(ENABLE_QUICKSTART_LIBPNG),TRUE)