mirror of
https://git.suckless.org/dwm
synced 2024-12-27 03:16:32 +00:00
fixed comment
This commit is contained in:
parent
499315c22c
commit
bd4deaebfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue