diff options
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 \ |