summaryrefslogtreecommitdiff
path: root/xcb-xf86dri.pc.in
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-05 01:46:40 +0100
committerUli Schlachter <psychon@znc.in>2014-10-03 23:53:54 +0200
commit382d306d6c44a9ece5551c210a932773b5cb94a5 (patch)
treec62697721384c02e88835d8fb6c72be67dc80433 /xcb-xf86dri.pc.in
parentb0e6c2de09c7474868dd7185674fa113a5c2e0aa (diff)
Move internal/private dependencies to Requires.private
Program using the xcb sub-modules has indirect compile and runtime dependency of core xcb. To ensure this out we currently list xcb in the Requires field of the pkg-config files. While this provides all the required dependencies for successful compilation this causes over-linking and hides potential linking miss-use against the xcb modules. By moving to Requires.private we retain the compilation and runtime compatibility and avoids any runtime problems. Cc: Keith Packard <keithp@keithp.com> Cc: Alan Coopersmith <alan.coopersmith@oracle.com> References: http://people.freedesktop.org/~dbn/pkg-config-guide.html#faq References: https://wiki.mageia.org/en/Overlinking_issues_in_packaging References: http://err.no/personal/blog/2008/Mar/25 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'xcb-xf86dri.pc.in')
-rw-r--r--xcb-xf86dri.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcb-xf86dri.pc.in b/xcb-xf86dri.pc.in
index f3f2980..87c93d5 100644
--- a/xcb-xf86dri.pc.in
+++ b/xcb-xf86dri.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: XCB XFree86-DRI
Description: XCB XFree86-DRI Extension
Version: @PACKAGE_VERSION@
-Requires: xcb
+Requires.private: xcb
Libs: -L${libdir} -lxcb-xf86dri
Cflags: -I${includedir}