split applet vs. nm-util
- From: Volker Braun <volker braun physik hu-berlin de>
- To: networkmanager-list gnome org
- Subject: split applet vs. nm-util
- Date: Fri, 23 Feb 2007 04:13:19 +0000 (UTC)
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]