From fd64bde0cb7f021aadaf2a8e1ac5ebd95caa9058 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 3 Jan 2012 23:10:56 +0000 Subject: Implement Xinerama support (not used yet) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37bd046..cc7dff9 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,12 @@ CFLAGS += -pipe CFLAGS += -Wall CPPFLAGS += -D_GNU_SOURCE ifndef NOLIBCAIRO -CFLAGS += $(shell pkg-config --cflags cairo xcb-keysyms xcb-dpms) -LIBS += $(shell pkg-config --libs cairo xcb-keysyms xcb-dpms xcb-image) +CFLAGS += $(shell pkg-config --cflags cairo xcb-keysyms xcb-dpms xcb-xinerama) +LIBS += $(shell pkg-config --libs cairo xcb-keysyms xcb-dpms xcb-xinerama xcb-image) else CPPFLAGS += -DNOLIBCAIRO -CFLAGS += $(shell pkg-config --cflags xcb-keysyms xcb-dpms) -LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image) +CFLAGS += $(shell pkg-config --cflags xcb-keysyms xcb-dpms xcb-xinerama) +LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image xcb-xinerama) endif LIBS += -lpam LIBS += -lev -- cgit v1.1