From 9463653b1e6dc0a9054266aa3eecb0839129b991 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Fri, 24 Feb 2006 01:56:18 -0800 Subject: [PATCH] Take advantage of Requires and *.private fields for a more accurate pkg-config file. --- xcb.pc.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb.pc.in b/xcb.pc.in index 108165d..cc4910d 100644 --- a/xcb.pc.in +++ b/xcb.pc.in @@ -6,5 +6,8 @@ includedir=@includedir@ Name: XCB Description: X-protocol C Binding Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lXCB @XPROTO_LIBS@ @LIBS@ -Cflags: -I${includedir} @XPROTO_CFLAGS@ +Requires: xproto +Requires.private: xau +Libs: -L${libdir} -lXCB +Libs.private: @LIBS@ +Cflags: -I${includedir} -- 2.34.1