diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-02 21:04:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-02 21:07:03 +0800 |
commit | cdd5f2c71152dcbc13c98f67914d30918b5791ee (patch) | |
tree | d5202d3a98f385f4d47b2744190f1f27dacf8cbf /evolution-plugin.pc.in | |
parent | 5172227bb59db4afdafc02e6249a199d1d8a4595 (diff) | |
download | gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.tar.gz gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.tar.zst gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.zip |
Bug #456240 - Move exchange plugin to exchange package
Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
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 c7fe785486..13aae350ae 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 +Requires: camel-provider-1.2 libxml-2.0 unique-1.0 libgtkhtml-3.14 gtkhtml-editor libgnomecanvas-2.0 Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |