浏览代码

bluez-alsa: fix select of libbsd

bluez-alsa/Config.in must select BR2_PACKAGE_LIBBSD, not the
non-existing BR2_PACKAGE_BSD.

Fixes:

  http://autobuild.buildroot.net/results/ab6751615ac058d892258be9e7a8e110e68c62c5/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 7 年之前
父节点
当前提交
fb0432ca62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/bluez-alsa/Config.in

+ 1 - 1
package/bluez-alsa/Config.in

@@ -21,7 +21,7 @@ if BR2_PACKAGE_BLUEZ_ALSA
 config BR2_PACKAGE_BLUEZ_ALSA_HCITOP
 	bool "hcitop"
 	depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
-	select BR2_PACKAGE_BSD
+	select BR2_PACKAGE_LIBBSD
 	select BR2_PACKAGE_NCURSES
 	help
 	  Enable top-like monitoring tool for HCI.