All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mesa3d: select EXPAT for freedreno
@ 2021-01-16 16:09 Fabio Estevam
  2021-01-16 16:55 ` Peter Seiderer
  2021-01-16 17:25 ` Yann E. MORIN
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2021-01-16 16:09 UTC (permalink / raw)
  To: buildroot

Select expat when building the freedreno driver to fix the
following error:

Run-time dependency expat found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency expat
Downloading expat source from https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2
<urlopen error unknown url type: https>
A fallback URL could be specified using source_fallback_url key in the wrap file

output/build/mesa3d-20.3.2/meson.build:1366:2: ERROR: could not get https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 is the internet available?

Signed-off-by: Fabio Estevam <festevam@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 45eb62b701a7..773fbfde220e 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -119,6 +119,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_FREEDRENO
 	select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
 	select BR2_PACKAGE_LIBDRM_FREEDRENO
 	select BR2_PACKAGE_MESA3D_GALLIUM_KMSRO
+	select BR2_PACKAGE_EXPAT
 	help
 	  Mesa driver for Freedreno GPUs.
 
-- 
2.25.1

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

end of thread, other threads:[~2021-01-16 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-16 16:09 [Buildroot] [PATCH] package/mesa3d: select EXPAT for freedreno Fabio Estevam
2021-01-16 16:55 ` Peter Seiderer
2021-01-16 17:27   ` Yann E. MORIN
2021-01-16 17:41     ` Yann E. MORIN
2021-01-16 17:25 ` Yann E. MORIN
2021-01-16 18:36   ` Fabio Estevam

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.