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-shell.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-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |