diff options
author | Vincent Untz <vuntz@gnome.org> | 2009-12-26 11:35:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 11:35:43 +0800 |
commit | 2ccbd4800db43e0dc2ac4d719b8625f1c40c8608 (patch) | |
tree | e8f3a20d811fe06cb38843ad6e05273914724d58 | |
parent | abc0e4c694fb3d9624e890384880def730769fa0 (diff) | |
download | gsoc2013-evolution-2ccbd4800db43e0dc2ac4d719b8625f1c40c8608.tar.gz gsoc2013-evolution-2ccbd4800db43e0dc2ac4d719b8625f1c40c8608.tar.zst gsoc2013-evolution-2ccbd4800db43e0dc2ac4d719b8625f1c40c8608.zip |
BugĀ 605392 - pkg-config files reference libraries that are not used anymore
-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 f4c9516645..90b0330b5c 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -20,6 +20,6 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: dbus-glib-1 gconf-2.0 gnome-desktop-2.0 gtk+-2.0 libedataserverui-1.2 libglade-2.0 unique-1.0 +Requires: dbus-glib-1 gconf-2.0 gnome-desktop-2.0 gtk+-2.0 libedataserverui-1.2 unique-1.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |