remove obsolete xcb-property line (Thanks SardemFF7)

next
Michael Stapelberg 2011-03-18 18:07:04 +01:00
parent cd0b7282e0
commit 696d3cb88f
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ CFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
LDFLAGS += -lm
LDFLAGS += $(call ldflags_for_lib, xcb-event, xcb-event)
LDFLAGS += $(call ldflags_for_lib, xcb-property, xcb-property)
LDFLAGS += $(call ldflags_for_lib, xcb-keysyms, xcb-keysyms)
ifeq ($(shell pkg-config --exists xcb-util || echo 1),1)
LDFLAGS += $(call ldflags_for_lib, xcb-atom, xcb-atom)