diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2004-10-15 13:02:15 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2004-10-15 13:02:15 +0800 |
commit | b69fc9b888adbd6754842dfd16fdc33a2f595595 (patch) | |
tree | d23c420bbecc7378abe068ccd43f76b17d9d063d /evolution-shell.pc.in | |
parent | 4a22ef96df33c75185a25ab4a365494a5c7d407c (diff) | |
download | gsoc2013-evolution-b69fc9b888adbd6754842dfd16fdc33a2f595595.tar.gz gsoc2013-evolution-b69fc9b888adbd6754842dfd16fdc33a2f595595.tar.zst gsoc2013-evolution-b69fc9b888adbd6754842dfd16fdc33a2f595595.zip |
Change gal-2.2 to gal-2.4 Similar
2004-10-15 Sarfraaz Ahmed <asarfraaz@novell.com>
* camel.pc.in : Change gal-2.2 to gal-2.4
* evolution-shell.pc.in : Similar
svn path=/trunk/; revision=27587
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 4aab6f9421..16f1c3ac1a 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 >= @BONOBOUI_REQUIRED@ gal-2.2 >= @GAL_REQUIRED@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-2.4 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} |