diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 11:49:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 11:49:20 +0800 |
commit | 5f83c587b2da0b9578117796253b7726e98748cc (patch) | |
tree | 993b2beb8bb9282f5e1eb96c2bdb879a7d32aa4e | |
parent | 2ccbd4800db43e0dc2ac4d719b8625f1c40c8608 (diff) | |
download | gsoc2013-evolution-5f83c587b2da0b9578117796253b7726e98748cc.tar.gz gsoc2013-evolution-5f83c587b2da0b9578117796253b7726e98748cc.tar.zst gsoc2013-evolution-5f83c587b2da0b9578117796253b7726e98748cc.zip |
Remove dbus-glib-1 from evolution-shell.pc.in.
D-Bus headers are not included in any public Evolution headers.
Pointed out by Vincent Untz in bug #605392.
-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 90b0330b5c..5820196587 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 unique-1.0 +Requires: 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} |