diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-07-01 19:15:20 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-07-01 19:15:20 +0100 |
commit | 1d729384d12d289951504b130b8804ab85c0b12b (patch) | |
tree | 486ef8452bd4ade8054ab8ccca67271705bc2b10 /config.mk | |
parent | 25c1eb28f955adf241226596335f5d73b28620a0 (diff) | |
download | dwm-1d729384d12d289951504b130b8804ab85c0b12b.tar.gz |
several bugfixes
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk index bd6ff8e..f5ec4c1 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} |