mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-20 05:40:11 +01:00
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 <chris@demorecorder.com>
11 lines
246 B
PkgConfig
11 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB GenericEvent
|
|
Description: XCB GenericEvent Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: xcb
|
|
Libs: -L${libdir} -lxcb-ge
|
|
Cflags: -I${includedir}
|