summaryrefslogtreecommitdiff
path: root/xt.pc.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-18 18:21:32 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-19 13:27:39 -0700
commit56621d3ec521dd30fabb1a77ad1c396baa740569 (patch)
tree51e98379af4eaa3ed3c37f6f645b00ad486f5f10 /xt.pc.in
parentf3d2ac478918b99c51e0b4bff97935f2255ab537 (diff)
downloadxorg-lib-libXt-56621d3ec521dd30fabb1a77ad1c396baa740569.tar.gz
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 <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'xt.pc.in')
-rw-r--r--xt.pc.in4
1 files changed, 2 insertions, 2 deletions
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