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 d3e375066ed9..3f49b2d4eabf 100644 --- a/desktop/Executable_oosplash.mk +++ b/desktop/Executable_oosplash.mk @@ -23,7 +23,7 @@ $(eval $(call gb_Executable_add_cobjects,oosplash,\ desktop/unx/source/start \ )) -ifeq ($(USE_XINERAMA),YES) +ifneq ($(USE_XINERAMA),) $(eval $(call gb_Executable_add_defs,oosplash,\ -DUSE_XINERAMA \ |