package/mesa3d: VDPAU needs x11
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 4 Nov 2019 18:16:09 +0000 (19:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Nov 2019 20:54:18 +0000 (21:54 +0100)
commite79ee3b0f91aa3eb1b20d86701a195e3bd9a26d3
tree0a148011b7943a03fa215a8b7a360672f81abd6e
parent6ddad3ced90b25b4ae721d38d874e8f7c7f31018
package/mesa3d: VDPAU needs x11

Commit c898f95c275a105caacbb31adf92ef94bd4530c4 added support for
Gallium VDPAU state tracker by updating Config.in to add a dependency on
XORG7. However, mesa3d.mk was not updated to reflect this dependency.

XORG7 dependences is already managed under the ifeq
BR2_PACKAGE_MESA3D_OPENGL_GLX block so reuse this block by making ifeq
depends on a new BR2_PACKAGE_MESA3D_NEEDS_X11 hidden option

Fixes:
 - http://autobuild.buildroot.org/results/bbd102d59bbdca35fd1b5401df2790dd197d1e5f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mesa3d/Config.in
package/mesa3d/mesa3d.mk