upload tizen1.0 source
[framework/uifw/xorg/lib/libsm.git] / debian / patches / 0001-sm.pc-don-t-export-a-dependency-on-ice.patch
1 From 756399aa14618be0a8ac2e0a824356abf69cc466 Mon Sep 17 00:00:00 2001
2 From: Julien Cristau <jcristau@debian.org>
3 Date: Fri, 18 Jul 2008 16:12:29 +0200
4 Subject: [PATCH] sm.pc: don't export a dependency on ice
5
6 use Requires.private for this
7 ---
8  sm.pc.in |    3 +--
9  1 files changed, 1 insertions(+), 2 deletions(-)
10
11 diff --git a/sm.pc.in b/sm.pc.in
12 index ab1261e..aefc38c 100644
13 --- a/sm.pc.in
14 +++ b/sm.pc.in
15 @@ -6,7 +6,6 @@ includedir=@includedir@
16  Name: SM
17  Description: X Session Management Library
18  Version: @PACKAGE_VERSION@
19 -Requires: ice xproto
20 -Requires.private: ice
21 +Requires.private: ice xproto
22  Cflags: -I${includedir}
23  Libs: -L${libdir} -lSM
24 -- 
25 1.5.6.2
26