[evolution] evolution-shell.pc.in: Add some missing libraries.



commit 8153c8062502f57c7aa1a568319bb3594f8e7103
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Aug 31 09:08:28 2012 -0400

    evolution-shell.pc.in: Add some missing libraries.
    
    Need -lemiscwidgets and -leutil in addition to -leshell.

 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 100202c..e92df94 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -19,5 +19,5 @@ Description: libraries needed for Evolution shell components
 Version: @VERSION@
 Requires: gtk+-3.0 libebackend-1.2 libedataserverui-3.0 webkitgtk-3.0
 Requires.private: gnome-desktop-3.0
-Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir}
+Libs: -L${privlibdir} -leshell -lemiscwidgets -leutil -Wl,-R${privlibdir}
 Cflags: -I${privincludedir}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]