diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-16 16:08:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-16 16:08:39 -0700 |
commit | f3d2ac478918b99c51e0b4bff97935f2255ab537 (patch) | |
tree | 152f23369b79f69e74707fdf5eaa7bfdddbfba54 | |
parent | 723d78fe8e159dee1281f3e4f8dc03825aa334b6 (diff) |
Bug 26943: wrong dependencies in xt.pc.in
https://bugs.freedesktop.org/show_bug.cgi?id=26943
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xt.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,6 @@ Name: Xt Description: X Toolkit Library Version: @VERSION@ Requires: xproto x11 sm -Requires.private: x11 sm +Requires.private: ice Cflags: -I${includedir} Libs: -L${libdir} -lXt |