a3ce088fa6
it's time for a new xcb-proto release. This is just for some minor bug fixes and to make the libxcb release work. Thanks to everyone who helped! Changes: Daniel Martin (6): xinput: Add XI2 event enum. for event selection xv: Remove obsolete comments in EncodingInfo and QueryEncodings Add note on pretty patches and src/.gitattributes xkb: Comment out Doodads xkb: Comment out the struct Property and {Get, Set}Geometry xkb: Comment out intermixed fixed size fields and lists Julien Cristau (1): Add news for 1.10 Matt Turner (1): xcbgen: Remove tab from xtypes.py. Peter Harris (4): Present: Remove reference to nonexistent enum sync: Add missing namespace for the INT64 struct sync: VALUETYPE and TESTTYPE are enum xinput: Explicitly specify NotifyMode and NotifyDetail Ran Benita (1): xkb: Add struct Property as per spec (commented out) Uli Schlachter (3): Rename ge events to GeGeneric events Add NEWS entries for release 1.9 Release xcb-proto 1.10
26 lines
719 B
Makefile
26 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/01/02 19:51:00 wiz Exp $
|
|
|
|
DISTNAME= xcb-proto-1.10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xcb.freedesktop.org/
|
|
COMMENT= XCB protocol descriptions (in XML)
|
|
LICENSE= mit # with no-advertising clause
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= xcb-proto.pc.in
|
|
|
|
CONFIGURE_ENV+= XMLLLINT=${BUILDLINK_PREFIX.libxml}/bin/xmllint
|
|
|
|
# XXX just for the "configure" check
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
.include "../../lang/python/application.mk"
|
|
BUILDLINK_DEPMETHOD.libxml2?= build
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|