diff mbox series

[v3,3/3] package/mpv: selec host-waf

Message ID 20181223171950.3979-3-casantos@datacom.com.br
State Rejected, archived
Headers show
Series [v3,1/3] package/waf: add a blind Config.in.host | expand

Commit Message

Carlos Santos Dec. 23, 2018, 5:19 p.m. UTC
It's required, since MPV_NEEDS_EXTERNAL_WAF is set to YES in mpv.mk.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
 package/mpv/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/mpv/Config.in b/package/mpv/Config.in
index 69810038f1..ed9662759d 100644
--- a/package/mpv/Config.in
+++ b/package/mpv/Config.in
@@ -16,6 +16,7 @@  config BR2_PACKAGE_MPV
 	select BR2_PACKAGE_XLIB_LIBXINERAMA if BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_XLIB_LIBXSCRNSAVER if BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_XLIB_LIBXRANDR if BR2_PACKAGE_XORG7
+	select BR2_PACKAGE_HOST_WAF
 	help
 	  mpv is a fork of mplayer2 and MPlayer. It shares some features
 	  with the former projects while introducing many more.