remove obsolete xcb-property line (Thanks SardemFF7)
This commit is contained in:
parent
cd0b7282e0
commit
696d3cb88f
|
@ -49,7 +49,6 @@ CFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
|
||||||
|
|
||||||
LDFLAGS += -lm
|
LDFLAGS += -lm
|
||||||
LDFLAGS += $(call ldflags_for_lib, xcb-event, xcb-event)
|
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)
|
LDFLAGS += $(call ldflags_for_lib, xcb-keysyms, xcb-keysyms)
|
||||||
ifeq ($(shell pkg-config --exists xcb-util || echo 1),1)
|
ifeq ($(shell pkg-config --exists xcb-util || echo 1),1)
|
||||||
LDFLAGS += $(call ldflags_for_lib, xcb-atom, xcb-atom)
|
LDFLAGS += $(call ldflags_for_lib, xcb-atom, xcb-atom)
|
||||||
|
|
Loading…
Reference in New Issue