Remove dependency on xcb-property

This commit is contained in:
Michael Stapelberg
2011-05-03 22:49:59 +02:00
parent de92142085
commit 498a38ac0a
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,6 @@ endif
LDFLAGS += -lm
LDFLAGS += -lxcb-event
LDFLAGS += -lxcb-property
LDFLAGS += -lxcb-keysyms
ifeq ($(shell pkg-config --exists xcb-util || echo 1),1)
CFLAGS += -DXCB_COMPAT