package/mesa3d: xvmc needs x11
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 2 Aug 2020 12:10:37 +0000 (14:10 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 2 Aug 2020 20:22:06 +0000 (22:22 +0200)
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>
package/mesa3d/Config.in

index 11d04b7a3f665fff0e1270189e5d65995f59435b..a12ed641a66a641303756f634245070c610fbee3 100644 (file)
@@ -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