summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-27 16:31:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-27 18:09:02 +0100
commit55407935f95086e6df81869ca01c8da16c83804a (patch)
tree60a01d4c53663cd24422630760e8b23da512ffdb /desktop
parenta957ec02f4071ebabd36e8087fd5d5173eb734de (diff)
normalize values of USE_XINERAMA
Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_oosplash.mk2
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 \