diff options
-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} |