summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_oosplash.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-06 10:25:42 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-07 15:14:28 +0200
commitbf06908b674251ea71875aa664a0f4a98d6781ab (patch)
tree7bcbc9034b3b1ad15ca3aeb9c51367ab1deb59f8 /desktop/Executable_oosplash.mk
parentgbuild: install extension directly from workdir (diff)
downloadcore-bf06908b674251ea71875aa664a0f4a98d6781ab.tar.gz
core-bf06908b674251ea71875aa664a0f4a98d6781ab.zip
further reduce GUIBASE usage; don't set it to headless
Change-Id: I76916c15f380bd80e823845f52f32a1c444079da
Diffstat (limited to 'desktop/Executable_oosplash.mk')
-rw-r--r--desktop/Executable_oosplash.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk
index 1e75f647a987..d3e375066ed9 100644
--- a/desktop/Executable_oosplash.mk
+++ b/desktop/Executable_oosplash.mk
@@ -35,15 +35,13 @@ $(eval $(call gb_Executable_add_libs,oosplash,\
endif
-ifneq ($(GUIBASE),headless)
+ifneq ($(ENABLE_HEADLESS),TRUE)
+
ifneq ($(OS),WNT)
$(eval $(call gb_Executable_add_libs,oosplash,\
-lX11 \
))
endif
-endif
-
-ifneq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Executable_add_defs,oosplash,\
-DENABLE_QUICKSTART_LIBPNG \