diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-30 12:45:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-30 12:45:41 +0800 |
commit | 82bc7f0b36b5e951817307e96e1e0be3a8ee34cc (patch) | |
tree | a9406e5c56c1531cb9f924279fde3d2be85f4a06 /evolution-shell.pc.in | |
parent | 5c3906ebc3f39078d06f92553ac591cc18a891f7 (diff) | |
download | gsoc2013-evolution-82bc7f0b36b5e951817307e96e1e0be3a8ee34cc.tar.gz gsoc2013-evolution-82bc7f0b36b5e951817307e96e1e0be3a8ee34cc.tar.zst gsoc2013-evolution-82bc7f0b36b5e951817307e96e1e0be3a8ee34cc.zip |
Drop libbonoboui from configure.ac and pkg-config files.
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 60a122c923..b94dd8512f 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -22,6 +22,6 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ unique-1.0 +Requires: libgnome-2.0 libgnomeui-2.0 unique-1.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |