mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Explicitely link libxcb when needed for static arches.
This commit is contained in:
parent
1f310d57e2
commit
111a88129d
5
Makefile
5
Makefile
@ -11,8 +11,11 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
|
||||
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
|
||||
|
||||
CFLAGS+= -Wall
|
||||
.if ${XENOCARA_BUILD_XCB:L} != "no"
|
||||
LIBXCB= -lxcb
|
||||
.endif
|
||||
|
||||
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \
|
||||
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 ${LIBXCB} -lXau -lXdmcp \
|
||||
-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
|
||||
|
||||
MANDIR= ${X11BASE}/man/cat
|
||||
|
Loading…
Reference in New Issue
Block a user