diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-19 15:36:45 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-19 15:36:45 +0100 |
commit | bd4deaebfc3bbcd72c032a5525c9f35e73e8a98e (patch) | |
tree | be535fdec50112d3afbca68dc26b300138958507 /config.mk | |
parent | 499315c22ceda5370ba51026b2e958cbd4ad4608 (diff) | |
download | dwm-bd4deaebfc3bbcd72c032a5525c9f35e73e8a98e.tar.gz |
fixed comment
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 e9c956e..d8411df 100644 --- a/config.mk +++ b/config.mk @@ -10,7 +10,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -# Xinerama, uncomment if you don't want it +# Xinerama, comment if you don't want it XINERAMALIBS = -L${X11LIB} -lXinerama XINERAMAFLAGS = -DXINERAMA |