diff mbox series

[1/1] package/mesa3d: xvmc needs x11

Message ID 20200802121037.1200692-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/mesa3d: xvmc needs x11 | expand

Commit Message

Bernd Kuhls Aug. 2, 2020, 12:10 p.m. UTC
This is a follow-up patch to

https://git.buildroot.net/buildroot/commit/package/mesa3d?id=e79ee3b0f91aa3eb1b20d86701a195e3bd9a26d3

to make sure that MESA3D_PLATFORMS contains x11 needed by xvmc:
https://cgit.freedesktop.org/mesa/mesa/tree/meson.build?h=20.1#n510

Fixes
http://autobuild.buildroot.net/results/dae/dae41e30d2ac69b768ec0a5b795a2e559c35bcd3/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mesa3d/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN Aug. 2, 2020, 8:22 p.m. UTC | #1
Bernd, All,

On 2020-08-02 14:10 +0200, Bernd Kuhls spake thusly:
> This is a follow-up patch to
> 
> https://git.buildroot.net/buildroot/commit/package/mesa3d?id=e79ee3b0f91aa3eb1b20d86701a195e3bd9a26d3
> 
> to make sure that MESA3D_PLATFORMS contains x11 needed by xvmc:
> https://cgit.freedesktop.org/mesa/mesa/tree/meson.build?h=20.1#n510
> 
> Fixes
> http://autobuild.buildroot.net/results/dae/dae41e30d2ac69b768ec0a5b795a2e559c35bcd3/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/mesa3d/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
> index 11d04b7a3f..a12ed641a6 100644
> --- a/package/mesa3d/Config.in
> +++ b/package/mesa3d/Config.in
> @@ -320,6 +320,7 @@ config BR2_PACKAGE_MESA3D_XVMC
>  	depends on BR2_PACKAGE_XORG7
>  	depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
>  		|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600
> +	select BR2_PACKAGE_MESA3D_NEEDS_X11
>  	select BR2_PACKAGE_XLIB_LIBXV
>  	select BR2_PACKAGE_XLIB_LIBXVMC
>  	help
> -- 
> 2.27.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Aug. 18, 2020, 3:27 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > This is a follow-up patch to
 > https://git.buildroot.net/buildroot/commit/package/mesa3d?id=e79ee3b0f91aa3eb1b20d86701a195e3bd9a26d3

 > to make sure that MESA3D_PLATFORMS contains x11 needed by xvmc:
 > https://cgit.freedesktop.org/mesa/mesa/tree/meson.build?h=20.1#n510

 > Fixes
 > http://autobuild.buildroot.net/results/dae/dae41e30d2ac69b768ec0a5b795a2e559c35bcd3/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2020.02.x and 2020.05.x, thanks.
diff mbox series

Patch

diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 11d04b7a3f..a12ed641a6 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -320,6 +320,7 @@  config BR2_PACKAGE_MESA3D_XVMC
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
 		|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600
+	select BR2_PACKAGE_MESA3D_NEEDS_X11
 	select BR2_PACKAGE_XLIB_LIBXV
 	select BR2_PACKAGE_XLIB_LIBXVMC
 	help