diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 16:05:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 16:05:21 +0000 |
commit | 4c017dbd90e6d50408e49757fcb3cb4d655a178e (patch) | |
tree | ef2a79cd0cc4c871e952ce769fc319ab1a89b5d7 /lib/libXt/xt.pc.in | |
parent | daa7fb7bc665c007414861e208be8c254971349e (diff) |
Update to libXt 1.0.9. No functional change.
Diffstat (limited to 'lib/libXt/xt.pc.in')
-rw-r--r-- | lib/libXt/xt.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXt/xt.pc.in b/lib/libXt/xt.pc.in index 3ea8c6fe2..28ce24a86 100644 --- a/lib/libXt/xt.pc.in +++ b/lib/libXt/xt.pc.in @@ -7,7 +7,7 @@ appdefaultdir=@appdefaultdir@ Name: Xt Description: X Toolkit Library Version: @VERSION@ -Requires: xproto x11 sm -Requires.private: x11 sm +Requires: xproto x11 +Requires.private: ice sm Cflags: -I${includedir} Libs: -L${libdir} -lXt |