[Lunar-commits] <moonbase> ntrack: cleanup depends

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Sep 10 12:01:28 CEST 2011


commit 53f6a91d985b385d4fb2b0285be34b41a7591e7f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Sep 10 12:01:28 2011 +0200

    ntrack: cleanup depends
---
 libs/ntrack/DEPENDS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/ntrack/DEPENDS b/libs/ntrack/DEPENDS
index 2d0815f..0468674 100644
--- a/libs/ntrack/DEPENDS
+++ b/libs/ntrack/DEPENDS
@@ -1,7 +1,7 @@
+# ntrack depends on libnl or libnl2 or libnl3 we choose the newest one: libnl3
+depends libnl3
+
 optional_depends glib-2                "--with-glib2"     "--without-glib2"     "for glib-2 bindings support"
 optional_depends gobject-introspection "--with-gobject"   "--without-gobject"   "for introspection support"
 optional_depends pygobject             "--with-pygobject" "--without-pygobject" "for pygobject bindings support"
 optional_depends qt4                   "--with-qt4"       "--without-qt4"       "for qt4 support"
-optional_depends libnl3                ""                 ""                    "netlink socket. Choose  one from libnl3,2,1 below. libnl3 is recommended so install it if older one is not required by other modules"
-optional_depends libnl2                ""                 ""                    "netlink socket. Choose  one from libnl3,2,1 below. libnl3 is recommended so install it if older one is not required by other modules"
-optional_depends libnl                ""                 ""                     "netlink socket. Choose  one from libnl3,2,1 below. libnl3 is recommended so install it if older one is not required by other modules"


More information about the Lunar-commits mailing list