Update .pc file Requires lines to express full dependencies
Some xcb libraries depend on others; make these dependencies explicit in the .pc files that are installed. This change was generated automatically by running 'check-pc-requires -fix' Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
32de4c4213
commit
e2813e1cde
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||||
Name: XCB Present
|
Name: XCB Present
|
||||||
Description: XCB Present Extension
|
Description: XCB Present Extension
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: xcb
|
Requires: xcb xcb-randr xcb-xfixes xcb-sync
|
||||||
Libs: -L${libdir} -lxcb-present
|
Libs: -L${libdir} -lxcb-present
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||||
Name: XCB RandR
|
Name: XCB RandR
|
||||||
Description: XCB RandR Extension
|
Description: XCB RandR Extension
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: xcb
|
Requires: xcb xcb-render
|
||||||
Libs: -L${libdir} -lxcb-randr
|
Libs: -L${libdir} -lxcb-randr
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||||
Name: XCB XInput
|
Name: XCB XInput
|
||||||
Description: XCB XInput Extension (EXPERIMENTAL)
|
Description: XCB XInput Extension (EXPERIMENTAL)
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: xcb
|
Requires: xcb xcb-xfixes
|
||||||
Libs: -L${libdir} -lxcb-xinput
|
Libs: -L${libdir} -lxcb-xinput
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue