Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next v2 1/5] package/libdrm: add host variant
@ 2025-03-06 20:34 Bernd Kuhls
  2025-03-06 20:34 ` [Buildroot] [PATCH/next 2/5] package/llvm-project/libclc: " Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-03-06 20:34 UTC (permalink / raw)
  To: buildroot
  Cc: Adam Duskett, Daniel Lang, Eric Le Bihan, Julien Olivain,
	Romain Naour, Valentin Korenblit

host-libdrm is needed by host-mesa3d (introduced by this patch series),
which is needed by (target) mesa3d, when enabling the Gallium Iris
driver since version 24.1.0.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: Clarified why host variant is needed (Julien)

 package/libdrm/libdrm.mk | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index 9d463ca01e..a8a912859e 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -116,4 +116,25 @@ else
 LIBDRM_CONF_OPTS += -Dtests=false
 endif
 
+HOST_LIBDRM_CONF_OPTS = \
+	-Damdgpu=disabled \
+	-Dcairo-tests=disabled \
+	-Detnaviv=disabled \
+	-Dexynos=disabled \
+	-Dfreedreno=disabled \
+	-Dfreedreno-kgsl=false \
+	-Dinstall-test-programs=false \
+	-Dintel=disabled \
+	-Dman-pages=disabled \
+	-Dnouveau=disabled \
+	-Domap=disabled \
+	-Dradeon=disabled \
+	-Dtegra=disabled \
+	-Dvc4=disabled \
+	-Dvmwgfx=disabled \
+	-Dtests=false \
+	-Dudev=false \
+	-Dvalgrind=disabled
+
 $(eval $(meson-package))
+$(eval $(host-meson-package))
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-04-28  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 20:34 [Buildroot] [PATCH/next v2 1/5] package/libdrm: add host variant Bernd Kuhls
2025-03-06 20:34 ` [Buildroot] [PATCH/next 2/5] package/llvm-project/libclc: " Bernd Kuhls
2025-04-03 19:21   ` Daniel Lang via buildroot
2025-03-06 20:34 ` [Buildroot] [PATCH/next 3/5] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2025-03-06 20:34 ` [Buildroot] [PATCH/next 4/5] package/spirv-tools: add host variant Bernd Kuhls
2025-03-06 20:34 ` [Buildroot] [PATCH/next v9 5/5] package/{mesa3d, mesa3d-headers}: bump version to 25.0.1 Bernd Kuhls
2025-04-28  9:25   ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox