First version of Xinerama support

This commit is contained in:
Michael Stapelberg
2009-02-13 18:15:10 +01:00
parent 764946df5f
commit af6aee4f4f
3 changed files with 79 additions and 23 deletions

View File

@ -11,6 +11,7 @@ CFLAGS += -I/usr/pkg/include
LDFLAGS += -lxcb-wm
LDFLAGS += -lxcb-keysyms
LDFLAGS += -lxcb-xinerama
LDFLAGS += -lX11
LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib
ifeq ($(UNAME),NetBSD)