diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-09 03:56:48 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-09 03:56:48 +0800 |
commit | c060f65fcbc92e8504fbc33359c9b48a0daf18d1 (patch) | |
tree | c804e06e40cbafdf510d030a74f4104a1f440303 /evolution-shell.pc.in | |
parent | f1db1f200cc19287ce9c0b3d567353c3d13c5100 (diff) | |
download | gsoc2013-evolution-c060f65fcbc92e8504fbc33359c9b48a0daf18d1.tar.gz gsoc2013-evolution-c060f65fcbc92e8504fbc33359c9b48a0daf18d1.tar.zst gsoc2013-evolution-c060f65fcbc92e8504fbc33359c9b48a0daf18d1.zip |
Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add an
2004-01-08 Rodney Dawes <dobey@ximian.com>
* configure.in: Add BONOBOUI_REQUIRED variable and depend on
libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also
* evolution-shell.pc.in: Require the same version of bonoboui that we
do in configure.in
svn path=/trunk/; revision=24119
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 89259d0d0a..4aab6f9421 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.2 >= @GAL_REQUIRED@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-2.2 >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} |