diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-27 22:05:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-01 19:50:42 -0800 |
commit | b29f5c9f3a728c5b7673cf54ad60d988b5dd93e7 (patch) | |
tree | 3b91b34aa7cb583bb760a4c309e51fe61c1ddfce | |
parent | fe43b6de5bb4423ce99d2df1ab37ea8ece39a9fa (diff) |
Bug 33390 - sm.pc: don't export a dependency on ice
https://bugs.freedesktop.org/show_bug.cgi?id=33390
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r-- | sm.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ includedir=@includedir@ Name: SM Description: X Session Management Library Version: @PACKAGE_VERSION@ -Requires: ice xproto -Requires.private: ice +Requires: +Requires.private: ice xproto Cflags: -I${includedir} Libs: -L${libdir} -lSM |