blob: 6e976c35a87b0d8b97925d1ffc6a23a14ae98917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2012/01/07 02:07:59 mrg Exp $
XCBUTIL= render-util
SRCS= cache.c glyph.c util.c
XCBUTIL_EXTRA_DPLIBS+=\
xcb-render ${.CURDIR}/../../libxcb/render
# xxx render-util vs renderutil
PKGCONFIG= xcb-renderutil
.include "../xcb-util.mk"
# xxx render-util vs renderutil
CPPFLAGS+= -I${X11SRCDIR.xcb-util}/renderutil
.PATH: ${X11SRCDIR.xcb-util}/renderutil
CWARNFLAGS.clang+= -Wno-tautological-compare
|