diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 21:20:43 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 21:21:49 +0800 |
commit | d852bddc484166a06dc1bdd8ff362179e51f5a52 (patch) | |
tree | 34ced9fea677d2031facfe81dcbe025aacbd0f31 /evolution-shell.pc.in | |
parent | 1bf64514ac3c962ebe98e31b4d2010e0e39a5092 (diff) | |
download | gsoc2013-evolution-d852bddc484166a06dc1bdd8ff362179e51f5a52.tar.gz gsoc2013-evolution-d852bddc484166a06dc1bdd8ff362179e51f5a52.tar.zst gsoc2013-evolution-d852bddc484166a06dc1bdd8ff362179e51f5a52.zip |
Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. Set dependencies right between gtk3 and gtk2 compilations
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 aced79ee6f..5242ad2414 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,6 +17,6 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: gconf-2.0 gnome-desktop-2.0 gtk+-2.0 libedataserverui-1.2 unique-1.0 +Requires: gconf-2.0 @GNOME_DESKTOP@ @GTK@ @LIBEDATASERVERUI@ @UNIQUE@ Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |