From: Keith Packard Date: Wed, 12 Feb 2014 22:15:46 +0000 (-0800) Subject: Update .pc file Requires lines to express full dependencies X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Flibxcb;a=commitdiff_plain;h=e2813e1cde893f384fa620ff3c13493beebabe0c;hp=32de4c4213a49c61127c6957ea05fef3e5355291 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 Signed-off-by: Uli Schlachter --- diff --git a/xcb-present.pc.in b/xcb-present.pc.in index 848ac02..e2eccc4 100644 --- a/xcb-present.pc.in +++ b/xcb-present.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: XCB Present Description: XCB Present Extension Version: @PACKAGE_VERSION@ -Requires: xcb +Requires: xcb xcb-randr xcb-xfixes xcb-sync Libs: -L${libdir} -lxcb-present Cflags: -I${includedir} diff --git a/xcb-randr.pc.in b/xcb-randr.pc.in index ac7f35d..09c3d12 100644 --- a/xcb-randr.pc.in +++ b/xcb-randr.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: XCB RandR Description: XCB RandR Extension Version: @PACKAGE_VERSION@ -Requires: xcb +Requires: xcb xcb-render Libs: -L${libdir} -lxcb-randr Cflags: -I${includedir} diff --git a/xcb-xinput.pc.in b/xcb-xinput.pc.in index ec31229..ff34ab4 100644 --- a/xcb-xinput.pc.in +++ b/xcb-xinput.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: XCB XInput Description: XCB XInput Extension (EXPERIMENTAL) Version: @PACKAGE_VERSION@ -Requires: xcb +Requires: xcb xcb-xfixes Libs: -L${libdir} -lxcb-xinput Cflags: -I${includedir}