xenocara/lib/xcb-util/renderutil/Makefile

15 lines
254 B
Makefile
Raw Normal View History

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