diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-17 03:03:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-25 23:28:25 +0800 |
commit | dfc28aa9cefad63fb0fc926ce725f7cad8125cb0 (patch) | |
tree | 8a2859c84d9f416d7ae59cf546004c4a1bcd2326 /evolution-plugin.pc.in | |
parent | 2f65dede9fbf1ce24cc852f68de454a39f6ddda1 (diff) | |
download | gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.gz gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.tar.zst gsoc2013-evolution-dfc28aa9cefad63fb0fc926ce725f7cad8125cb0.zip |
Drop support for gtk+-2.0.
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 3f7790fff0..6dc235c735 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@ @GTKHTML_EDITOR@ +Requires: camel-provider-1.2 libxml-2.0 unique-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0 Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir} Cflags: -I${privincludedir} |