diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_oosplash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk index 78112b8c09fe..51657fe40d9f 100644 --- a/desktop/Executable_oosplash.mk +++ b/desktop/Executable_oosplash.mk @@ -43,7 +43,7 @@ $(eval $(call gb_Executable_add_libs,oosplash,\ endif endif -ifeq ($(ENABLE_QUICKSTART_LIBPNG),TRUE) +ifneq ($(ENABLE_HEADLESS),TRUE) $(eval $(call gb_Executable_add_defs,oosplash,\ -DENABLE_QUICKSTART_LIBPNG \ |