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 | |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | camel.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-10-15 Sarfraaz Ahmed <asarfraaz@novell.com> + + * camel.pc.in : Change gal-2.2 to gal-2.4 + * evolution-shell.pc.in : Similar + 2004-10-13 JP Rosevear <jpr@novell.com> * configure.in: remove plugins from ac output diff --git a/camel.pc.in b/camel.pc.in index 1249b1897c..2e211b0753 100644 --- a/camel.pc.in +++ b/camel.pc.in @@ -10,6 +10,6 @@ privincludedir=@privincludedir@ Name: camel Description: the Evolution mail library Version: @VERSION@ -Requires: gal-2.2 >= @GAL_REQUIRED@ +Requires: gal-2.4 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -lcamel Cflags: -I${privincludedir} 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} |