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-plugin.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-plugin.pc.in')
-rw-r--r-- | evolution-plugin.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in index cab9c4344f..889bcb440c 100644 --- a/evolution-plugin.pc.in +++ b/evolution-plugin.pc.in @@ -15,6 +15,6 @@ errordir=@privdatadir@/errors Name: evolution-plugin Description: libraries needed for Evolution plugin development Version: @VERSION@ -Requires: camel-provider-1.2 libxml-2.0 unique-1.0 libgtkhtml-3.14 gtkhtml-editor +Requires: camel-provider-1.2 libxml-2.0 @UNIQUE@ @GTKHTML@ @GTKHTML@ Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |