xenocara/lib/xcb-util/renderutil/Makefile
matthieu ced3b52794 Don't use != to call pkg-config in Makefiles. It's slow and generates
tons of warnings if stuff isn't installed yet.
2009-05-31 18:01:28 +00:00

15 lines
254 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/05/31 18:01:28 matthieu Exp $
LIB= xcb-render-util
SUBLIB= renderutil
SRCS= cache.c glyph.c util.c
HEADERS= xcb_renderutil.h
LDADD= `pkg-config --libs xcb xcb-render`
.include <bsd.lib.mk>
.include <bsd.xorg.mk>