diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-06 10:25:42 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-07 15:14:28 +0200 |
commit | bf06908b674251ea71875aa664a0f4a98d6781ab (patch) | |
tree | 7bcbc9034b3b1ad15ca3aeb9c51367ab1deb59f8 /desktop | |
parent | a714cf18b1c6cadae93df92376a11aeb98b65418 (diff) |
further reduce GUIBASE usage; don't set it to headless
Change-Id: I76916c15f380bd80e823845f52f32a1c444079da
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_oosplash.mk | 6 |
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 \ |