diff options
author | Josselin Mouette <joss@malsain.org> | 2011-11-25 07:22:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-25 07:22:08 +0800 |
commit | c8fcaf727d7bf60a83219f8d1751cff9e43dfee8 (patch) | |
tree | 92eef455d9a68873949d1c757d69c65184c80514 /evolution-shell.pc.in | |
parent | b2022f6d3c01ba651b91aa8734274e2093997461 (diff) | |
download | gsoc2013-evolution-c8fcaf727d7bf60a83219f8d1751cff9e43dfee8.tar.gz gsoc2013-evolution-c8fcaf727d7bf60a83219f8d1751cff9e43dfee8.tar.zst gsoc2013-evolution-c8fcaf727d7bf60a83219f8d1751cff9e43dfee8.zip |
Bug 664753 - Avoid unnecessary requirements in evolution-shell-3.0.pc
gnome-desktop-3.0 is a private requirement.
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 2fe98a0468..bdcc1cf638 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -17,6 +17,7 @@ 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 +Requires: gtk+-3.0 gconf-2.0 libedataserverui-3.0 +Requires.private: gnome-desktop-3.0 Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir} Cflags: -I${privincludedir} |