aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-28 09:44:40 +0000
committermarha <marha@users.sourceforge.net>2009-09-28 09:44:40 +0000
commitf1042a91ea72732ce02e95a1dbca601706a6a0d7 (patch)
tree8f8b885346dbb8abfb789e50a5847ea45b48c2dc /xorg-server/dix/makefile
parentbde45e68ad254e7fe92e1afc15f4512ee217d31a (diff)
downloadvcxsrv-f1042a91ea72732ce02e95a1dbca601706a6a0d7.tar.gz
vcxsrv-f1042a91ea72732ce02e95a1dbca601706a6a0d7.tar.bz2
vcxsrv-f1042a91ea72732ce02e95a1dbca601706a6a0d7.zip
Disable debug font messages in release version.
Diffstat (limited to 'xorg-server/dix/makefile')
-rw-r--r--xorg-server/dix/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/dix/makefile b/xorg-server/dix/makefile
index 4abd48a32..9c0d6ef66 100644
--- a/xorg-server/dix/makefile
+++ b/xorg-server/dix/makefile
@@ -1,4 +1,6 @@
+ifeq ($(DEBUG),1)
DEFINES += FONTDEBUG
+endif
LIBRARY=libdix