diff options
author | Keith Packard <keithp@keithp.com> | 2014-02-12 14:15:46 -0800 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2014-03-22 14:44:52 +0100 |
commit | e2813e1cde893f384fa620ff3c13493beebabe0c (patch) | |
tree | b094c413f5ff634ce7e5cba632a7e7fee8cf2492 /xcb-randr.pc.in | |
parent | 32de4c4213a49c61127c6957ea05fef3e5355291 (diff) |
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>
Diffstat (limited to 'xcb-randr.pc.in')
-rw-r--r-- | xcb-randr.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |