From 93e4b724964ca3258f87663679e703aed42f8758 Mon Sep 17 00:00:00 2001 From: Amish Date: Wed, 4 May 2005 11:14:54 +0000 Subject: use @GAL_PACKAGE@ instead of hardcoding the version. Fixes 2005-05-04 Amish * evolution-plugin.pc.in, evolution-shell.pc.in : use @GAL_PACKAGE@ instead of hardcoding the version. Fixes evolution-exchange build issues. svn path=/trunk/; revision=29267 --- evolution-shell.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evolution-shell.pc.in') diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 16f1c3ac1a..5d47d32782 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.4 >= @GAL_REQUIRED@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-@GAL_PACKAGE@ >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} -- cgit