aboutsummarylogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe2009-06-19 20:15:15 +0100
committerAnselm R Garbe2009-06-19 20:15:15 +0100
commitb677c19c443bc5e35740532a877c752f1fc53a44 (patch)
treed3da69ec1e240bf6053cc0188fa4d6b62691566d /config.mk
parent3c39b03081a7264137ab7b49934d579dca43550f (diff)
downloadaur-b677c19c443bc5e35740532a877c752f1fc53a44.tar.gz
introduction of Monitor for better Xinerama support, work in progress
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index bd9c6b318aaa..43c324b55715 100644
--- a/config.mk
+++ b/config.mk
@@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# Xinerama, un-comment if you want it
-XINERAMALIBS = -L${X11LIB} -lXinerama
-XINERAMAFLAGS = -DXINERAMA
+#XINERAMALIBS = -L${X11LIB} -lXinerama
+#XINERAMAFLAGS = -DXINERAMA
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}