From c8fcaf727d7bf60a83219f8d1751cff9e43dfee8 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Thu, 24 Nov 2011 18:22:08 -0500 Subject: Bug 664753 - Avoid unnecessary requirements in evolution-shell-3.0.pc gnome-desktop-3.0 is a private requirement. --- evolution-shell.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit