From f2057583bdaa9609e3bd3c17287c1b62d7925fc7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 18 Jun 2008 15:03:07 +0000 Subject: nbd: bump version and depend on glib2 Patch by Thiago A. Correa. --- package/nbd/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/nbd/Config.in') diff --git a/package/nbd/Config.in b/package/nbd/Config.in index a8be78b45..db323c5b2 100644 --- a/package/nbd/Config.in +++ b/package/nbd/Config.in @@ -1,9 +1,12 @@ config BR2_PACKAGE_NBD bool "nbd" default n + select BR2_PACKAGE_LIBGLIB2 help NBD is a set of utilities to configure network block devices, allowing access to remote block devices over TCP/IP network. Notice: This package only provides the NBD client. + Depends on glib. + http://nbd.sf.net/ -- cgit v1.2.3