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 | |
parent | 1e1baedfa5183785dbc37e79a360a83d1f7e38d5 (diff) | |
download | gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.gz gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.bz2 gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.lz gsoc2013-evolution-2131454f8f20e9681784771d42809db35afbf82d.tar.xz 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
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | camel.pc.in | 2 | ||||
-rw-r--r-- | evolution-addressbook.pc.in | 2 | ||||
-rw-r--r-- | evolution-calendar.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
5 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,10 @@ +2003-09-04 Dan Winship <danw@ximian.com> + + * camel.pc.in (Requires): + * evolution-addressbook.pc.in (Requires): + * evolution-calendar.pc.in (Requires): + * evolution-shell.pc.in (Requires): Require gal-2.2 + 2003-08-27 Bolian Yin <bolian.yin@sun.com> * configure.in: add a11y/widgets/Makefile diff --git a/camel.pc.in b/camel.pc.in index 00ec9dafd3..1249b1897c 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.0 >= @GAL_REQUIRED@ +Requires: gal-2.2 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -lcamel Cflags: -I${privincludedir} diff --git a/evolution-addressbook.pc.in b/evolution-addressbook.pc.in index 262516fc84..69b68c918e 100644 --- a/evolution-addressbook.pc.in +++ b/evolution-addressbook.pc.in @@ -12,6 +12,6 @@ privincludedir=@privincludedir@ Name: evolution-addressbook Description: libraries needed for Evolution addressbook backends Version: @VERSION@ -Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_REQUIRED@ libgnome-2.0 camel = @VERSION@ +Requires: gconf-2.0 libbonobo-2.0 gal-2.2 >= @GAL_REQUIRED@ libgnome-2.0 camel = @VERSION@ Libs: -L${privlibdir} -lpas -lebook -lename -lversit Cflags: -I${privincludedir} diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in index 9abeb9cb27..755578fe91 100644 --- a/evolution-calendar.pc.in +++ b/evolution-calendar.pc.in @@ -12,6 +12,6 @@ privincludedir=@privincludedir@ Name: evolution-calendar Description: libraries needed for Evolution calendar backends Version: @VERSION@ -Requires: libgnome-2.0 libbonobo-2.0 gal-2.0 >= @GAL_REQUIRED@ gnome-vfs-2.0 +Requires: libgnome-2.0 libbonobo-2.0 gal-2.2 >= @GAL_REQUIRED@ gnome-vfs-2.0 Libs: -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -leutil Cflags: -I${privincludedir} 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} |