diff options
author | Milan Crha <mcrha@redhat.com> | 2011-04-22 22:28:16 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-04-22 22:28:16 +0800 |
commit | 6b751c4906be450dc5c1cc00d9e28fd0b370919b (patch) | |
tree | 63bd36be5a56d63800220c279762f937423950ba /evolution-plugin.pc.in | |
parent | 397aeade0545457dae034b0287049aa1cbeed782 (diff) | |
download | gsoc2013-evolution-6b751c4906be450dc5c1cc00d9e28fd0b370919b.tar.gz gsoc2013-evolution-6b751c4906be450dc5c1cc00d9e28fd0b370919b.tar.zst gsoc2013-evolution-6b751c4906be450dc5c1cc00d9e28fd0b370919b.zip |
Do not require unique-3.0 in .pc files
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 6dc235c735..2f7c48bee4 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-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0 +Requires: camel-provider-1.2 libxml-2.0 libgtkhtml-4.0 gtkhtml-editor-4.0 Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |