diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-06-23 16:29:32 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-06-23 16:29:32 +0100 |
commit | 0d8671a5ad040000541ebaa893582e520c7e33a3 (patch) | |
tree | 960d8b435210097c8ecd5cd43ac2f87f9f86aef5 /config.mk | |
parent | 38e9b67026003fdce065ec220d2195232c881538 (diff) | |
download | dwm-0d8671a5ad040000541ebaa893582e520c7e33a3.tar.gz |
declare buf only if XINERAMA support is used
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 f5ec4c1..bd6ff8e 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} |