diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-20 07:05:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-20 07:05:43 +0800 |
commit | 20fcb7852503318cb02a77509b7e23f73871a649 (patch) | |
tree | 8dab14dc76d181982c77736bcfa55510cf3c9f19 | |
parent | 94c91eb8f3a3375a051354e2e5692828fb4a5122 (diff) | |
download | gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar.gz gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar.bz2 gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar.lz gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar.xz gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.tar.zst gsoc2013-evolution-20fcb7852503318cb02a77509b7e23f73871a649.zip |
evolution-shell.pc.in: Remove libedataserverui-3.0.
-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 fd85124de3..a7ba6e2e80 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,7 +17,7 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: gtk+-3.0 libebackend-1.2 libedataserverui-3.0 webkitgtk-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0 +Requires: gtk+-3.0 libebackend-1.2 webkitgtk-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0 Requires.private: gnome-desktop-3.0 Libs: -L${privlibdir} -leshell -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |