diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2009-11-24 09:31:17 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2009-11-24 09:31:17 +0000 |
commit | 7671d03a90e83c13cd33111b25249c18c814c3d3 (patch) | |
tree | 72f8fb8bf7dd5903da08e7a4452042eeb37fd6ec /config.mk | |
parent | bc554d45d8712533862984550a8ba8169a3ba278 (diff) | |
download | dwm-7671d03a90e83c13cd33111b25249c18c814c3d3.tar.gz |
removed misleading comment, thanks Romain Bertrand
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 7583d37..f17664f 100644 --- a/config.mk +++ b/config.mk @@ -10,7 +10,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -# Xinerama, un-comment if you want it +# Xinerama XINERAMALIBS = -L${X11LIB} -lXinerama XINERAMAFLAGS = -DXINERAMA |