From 0c2c5d50f8670da3e7601feb6a29b53509513da5 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Fri, 20 Jan 2017 20:14:57 +0100 Subject: optionally build the GE extension xcb contains an xml-definition for the GenericEvent extension but this extension was neither generated nor built. This patch enables optional building of the GenericEvent extension with configure option --enable-ge By default, the GenericEvent extension is not built. Normally this is not needed by application programs because there is implicit support for the GE-extension for the specific events built with this extension. But it may be useful for X-protocol analyzers and stuff like that. Signed-off-by: Christian Linhart --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2475b6e..57c3a7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,9 @@ endif if BUILD_XVMC pkgconfig_DATA += xcb-xvmc.pc endif +if BUILD_GE +pkgconfig_DATA += xcb-ge.pc +endif AM_TESTS_ENVIRONMENT = \ -- cgit v1.2.3