dwm: fix compilation error with Xinerama.

This commit is contained in:
Ypnose 2013-06-22 13:53:41 +02:00
parent 0379e07c41
commit 6d1995f3b9

View file

@ -21,7 +21,7 @@ do_build() {
sed -i 's/^#CFLAGS = -std/CFLAGS += -std/g' config.mk
sed -i 's/^LDFLAGS = -g/#LDFLAGS += -g/g' config.mk
sed -i 's/^#LDFLAGS = -s/LDFLAGS += -s/g' config.mk
make CC=$CC INCS="-I." LIBS="-lX11"
make CC=$CC INCS="-I." LIBS="-lX11 -lXinerama"
}
do_install() {