pkgsrc/x11/xcb-util-cursor/Makefile
wiz eb1216996e Update to 0.1.1:
Release 0.1.1  (2013-11-12)
===========================

- Fix memleak with broken resource databases
- Check exact RENDER version that the server supports
- Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
- Use $(AM_V_GEN) when calling gperf
- Fail the build if gperf is needed, but not found
- handle read() errors
- Bugfix: Properly load cursor files where not all cursors are suitable
2013-11-12 21:27:45 +00:00

23 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/11/12 21:27:45 wiz Exp $
DISTNAME= xcb-util-cursor-0.1.1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xcb.freedesktop.org/
COMMENT= XCB port of Xlib's libXcursor
#LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
#PKGCONFIG_OVERRIDE= image/xcb-image.pc.in
.include "../../x11/libxcb/buildlink3.mk"
#.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-image/buildlink3.mk"
.include "../../x11/xcb-util-renderutil/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"