package/mesa3d: xvmc needs x11
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> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7f74b6168e
commit
c35fe399cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user