All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mesa3d: XvMC needs x11
@ 2019-12-29 13:14 Fabrice Fontaine
  2019-12-29 13:14 ` [Buildroot] [PATCH 2/2] package/mesa3d: x11 needs EGL, GLX or a vulkan driver Fabrice Fontaine
  2020-09-15 18:50 ` [Buildroot] [PATCH 1/2] package/mesa3d: XvMC needs x11 Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-12-29 13:14 UTC (permalink / raw)
  To: buildroot

Selects BR2_PACKAGE_MESA3D_NEEDS_X11 hidden option to enable x11
platform if the user selects BR2_PACKAGE_MESA3D_XVMC

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/mesa3d/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 455091eb9d..844360950c 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -260,6 +260,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.24.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-05 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-29 13:14 [Buildroot] [PATCH 1/2] package/mesa3d: XvMC needs x11 Fabrice Fontaine
2019-12-29 13:14 ` [Buildroot] [PATCH 2/2] package/mesa3d: x11 needs EGL, GLX or a vulkan driver Fabrice Fontaine
2020-09-15 19:05   ` Thomas Petazzoni
2021-08-05 19:54   ` Thomas Petazzoni
2020-09-15 18:50 ` [Buildroot] [PATCH 1/2] package/mesa3d: XvMC needs x11 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.