mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-20 18:28:11 +02:00
This does not make XCB conform to the C99+ strict aliasing rules, but it does use attributes to prevent GCC and Clang from assuming the rules are followed in the cases where XCB does violate them. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
11 lines
251 B
PkgConfig
11 lines
251 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Render
|
|
Description: XCB Render Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: xcb
|
|
Libs: -L${libdir} -lxcb-render
|
|
Cflags: -I${includedir} @XCB_CFLAGS@
|