mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
xcb_aux_sync moved to xcb-util
This commit is contained in:
parent
e4d823fc43
commit
de026ee5da
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
|
|||
# Uncomment define below to disallow user settable clock format string
|
||||
#CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
|
||||
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
|
||||
LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-aux -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
|
||||
LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-util -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
|
||||
BUILDVERSION != sh "${.CURDIR}/buildver.sh"
|
||||
.if !${BUILDVERSION} == ""
|
||||
CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
|
||||
|
|
Loading…
Add table
Reference in a new issue