9f0e4c1b17
here is a new version of xcb-proto for you to enjoy. Highlights are lots of improvements especially to the xinput extension, support for RandR 1.5 and an automatic alignment checker.
24 lines
675 B
Text
24 lines
675 B
Text
$NetBSD: patch-ae,v 1.3 2016/05/19 07:08:14 wiz Exp $
|
|
|
|
Only build xcbgen parts in this package, other stuff is in xcbproto.
|
|
|
|
--- Makefile.in.orig 2012-03-23 15:24:26.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -215,7 +215,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
xcbincludedir = @xcbincludedir@
|
|
-SUBDIRS = src xcbgen
|
|
+SUBDIRS = xcbgen
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = xcb-proto.pc
|
|
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh
|
|
@@ -661,7 +661,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-pkgconfigDATA
|
|
+install-data-am: #install-pkgconfigDATA
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|