config.mk
changeset 1409 ed5530a91efe
parent 1406 b561ed2a0fc1
child 1436 2a288c62abe5
--- a/config.mk	Tue Jun 23 17:20:33 2009 +0100
+++ b/config.mk	Tue Jun 23 17:34:20 2009 +0100
@@ -11,8 +11,8 @@
 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}