diff options
author | Dan Winship <danw@src.gnome.org> | 2003-09-04 22:47:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-09-04 22:47:29 +0800 |
commit | 2131454f8f20e9681784771d42809db35afbf82d (patch) | |
tree | 6b57ff4ea21d4b9e9466c3e7a1535be15be8cc6e /evolution-shell.pc.in | |
parent | 1e1baedfa5183785dbc37e79a360a83d1f7e38d5 (diff) | |
download | gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.gz gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.zst gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.zip |
Require gal-2.2
* camel.pc.in (Requires):
* evolution-addressbook.pc.in (Requires):
* evolution-calendar.pc.in (Requires):
* evolution-shell.pc.in (Requires): Require gal-2.2
svn path=/trunk/; revision=22455
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 a789bcb14f..89259d0d0a 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -18,6 +18,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 gal-2.0 >= @GAL_REQUIRED@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.2 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} |