mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-02 09:38:19 +02:00
xcb-xinerama.pc.in looked more like a generated .pc file; replace specific instances of values provided by an invocation of configure with the general substitution variables configure replaces.
11 lines
236 B
PkgConfig
11 lines
236 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Xinerama
|
|
Description: XCB Xinerama Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lxcb-xinerama
|
|
Cflags: -I${includedir}
|