From 56621d3ec521dd30fabb1a77ad1c396baa740569 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 18 May 2010 18:21:32 -0700 Subject: Move sm from Requires to Requires.private in xt.pc As explained in https://bugs.freedesktop.org/show_bug.cgi?id=26943 since libXt callers need the SM headers but don't necessarily need to link directly to libSM, it should be in Requires.private, not Requires. Signed-off-by: Alan Coopersmith Reviewed-by: Adam Jackson --- xt.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xt.pc.in') diff --git a/xt.pc.in b/xt.pc.in index 1cc2c2c..28ce24a 100644 --- a/xt.pc.in +++ b/xt.pc.in @@ -7,7 +7,7 @@ appdefaultdir=@appdefaultdir@ Name: Xt Description: X Toolkit Library Version: @VERSION@ -Requires: xproto x11 sm -Requires.private: ice +Requires: xproto x11 +Requires.private: ice sm Cflags: -I${includedir} Libs: -L${libdir} -lXt -- cgit v1.2.3