4faf7c1d87
merged. xcb-util 0.3.9: Arnaud Fontaine (4): Remove xcb_bitops.h. Do not rely anymore on gperf and m4 following removal of deprecated atoms. Add autogen.sh to EXTRA_DIST. Release 0.3.9 xcb-util 0.3.8: Alan Coopersmith (2): Fix typos in various header comments Rename XCB_EVENT_ERROR_SUCESS to XCB_EVENT_ERROR_SUCCESS Arnaud Fontaine (8): Add AM_MAINTAINER_MODE for vendors Split up atom, aux event into their own repository Create a single shared library and header file and reset SONAME Remove deprecated atoms. Remove synchronous xcb_atom_get() Remove useless xcb_atom_get_fast*() and xcb_atom_get_name(). Bump version to 0.3.8 Release 0.3.8 Dirk Wallenstein (1): Use an absolute URL for the m4 submodule Gaetan Nadon (5): config: use the default xorg .gitignore file config: generate ChangeLog and INSTALL Fix distcheck due to xcb_atom.h Remove the Doxyfile which is unused, out dated and wrong. pkg-config files: remove LIBS which is unrequired and undesirable Jamey Sharp (2): Delete redundant core-protocol error codes. Delete callback-based APIs for events, properties, and replies. Jon TURNEY (2): Update autogen.sh to one that does builddir != srcdir Link with -no-undefined Peter Harris (1): Deprecate namespaceless pre-defined atoms
14 lines
355 B
Makefile
14 lines
355 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2012/07/13 14:21:58 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= xcb-util
|
|
|
|
.if !defined(XCB_UTIL_BUILDLINK3_MK)
|
|
XCB_UTIL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xcb-util+= xcb-util>=0.3.9
|
|
BUILDLINK_PKGSRCDIR.xcb-util?= ../../x11/xcb-util
|
|
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.endif # XCB_UTIL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xcb-util
|