diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:56:26 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:56:26 +0800 |
commit | 363cc1cea5ef07ea2f37f9046f56a696272da15c (patch) | |
tree | 2d16f4aacdaec9df8f4eb67538c2774f8cc3b772 /evolution-plugin.pc.in | |
parent | 968e1d621a92d0553cddecf079bd5355441180d4 (diff) | |
download | gsoc2013-evolution-363cc1cea5ef07ea2f37f9046f56a696272da15c.tar.gz gsoc2013-evolution-363cc1cea5ef07ea2f37f9046f56a696272da15c.tar.zst gsoc2013-evolution-363cc1cea5ef07ea2f37f9046f56a696272da15c.zip |
add gtkhtml-editor
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 13b5e89670..3f7790fff0 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@ @GTKHTML@ +Requires: camel-provider-1.2 libxml-2.0 @UNIQUE@ @GTKHTML@ @GTKHTML_EDITOR@ Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |