split applet vs. nm-util



Now that the applet is split from the base Networkmanager I can't link the
applet. I'm setting a prefix=... to install everything to a custom
directory, but when linking the applet it does not get the correct path
for libnm-util. 

The following trivial patch (against NETWORKMANAGER_0_6_0_RELEASE fixes my
problem. I'm not sure if it is the correct place to put the dependency.


Index: NetworkManager.pc.in
===================================================================
--- NetworkManager.pc.in        (revision 2350)
+++ NetworkManager.pc.in        (working copy)
@@ -6,6 +6,6 @@
 
 Name: NetworkManager
 Description: System for maintaining active network connection
-Requires: dbus-1
+Requires: dbus-1 libnm-util
 Version: @VERSION@
 Cflags: -I${includedir}/NetworkManager




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