diff options
author | Milan Crha <mcrha@redhat.com> | 2011-04-22 22:28:16 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:56 +0800 |
commit | 63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846 (patch) | |
tree | 34914b96960ab5638b83c1a0aae685c286a8cd57 | |
parent | 0be9b1f878c2f54a0c7f2f5024125813022d81b1 (diff) | |
download | gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar.gz gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar.bz2 gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar.lz gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar.xz gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.tar.zst gsoc2013-evolution-63f3a7d250c8cb8c2ef0d6216d7b23ecd4d9d846.zip |
Do not require unique-3.0 in .pc files
-rw-r--r-- | evolution-plugin.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
2 files changed, 2 insertions, 2 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} diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index f143b4c3aa..2fe98a0468 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,6 +17,6 @@ execversion=@BASE_VERSION@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: gtk+-3.0 gconf-2.0 gnome-desktop-3.0 libedataserverui-3.0 unique-3.0 +Requires: gtk+-3.0 gconf-2.0 gnome-desktop-3.0 libedataserverui-3.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |