summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-02-21 11:29:42 +0100
committerTor Lillqvist <tlillqvist@suse.com>2012-02-21 12:46:28 +0200
commite125c8fa82beca36791e1bdeae116824f4bc7a7b (patch)
tree91d5013cd5e35ed5cf19ca8b94ed0d9e3873dba7 /solenv
parentxcr has been merged (diff)
downloadcore-e125c8fa82beca36791e1bdeae116824f4bc7a7b.tar.gz
core-e125c8fa82beca36791e1bdeae116824f4bc7a7b.zip
Put HEADLESS definition under LIBO namespace
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 26eecbcb1f62..005d81bc9ae3 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -238,7 +238,7 @@ gb_GLOBALDEFS += -DENABLE_GRAPHITE
endif
ifeq ($(strip $(ENABLE_HEADLESS)),TRUE)
-gb_GLOBALDEFS += -DHEADLESS
+gb_GLOBALDEFS += -DLIBO_HEADLESS
endif
ifeq ($(HAVE_THREADSAFE_STATICS),TRUE)