Alan Coopersmith (1): Update README for gitlab migration Daniel Stone (1): pkg-config: Add sysroot prefix Keith Packard (1): screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend' Matt Turner (2): Build xz tarballs instead of bzip2 Release xcb-proto 1.14 Uli Schlachter (3): Removed unused member "fds" Fix size computation of imported lists Allow access to the original type in the XML
15 lines
475 B
Text
15 lines
475 B
Text
$NetBSD: patch-ae,v 1.4 2020/02/23 22:29:38 wiz Exp $
|
|
|
|
xcbgen is built by py-xcbgen package.
|
|
|
|
--- Makefile.in.orig 2020-02-22 20:16:56.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
xcbincludedir = @xcbincludedir@
|
|
-SUBDIRS = src xcbgen
|
|
+SUBDIRS = src
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = xcb-proto.pc
|
|
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md
|