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

Needed for mesa3d bump to 24.1.0.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 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] 6+ messages in thread

end of thread, other threads:[~2025-02-14 11:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 18:23 [Buildroot] [PATCH 1/5] package/libdrm: add host variant Bernd Kuhls
2025-02-07 18:23 ` [Buildroot] [PATCH 2/5] package/llvm-project/libclc: " Bernd Kuhls
2025-02-07 18:23 ` [Buildroot] [PATCH 3/5] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2025-02-07 18:23 ` [Buildroot] [PATCH 4/5] package/spirv-tools: add host variant Bernd Kuhls
2025-02-07 18:23 ` [Buildroot] [PATCH v5 5/5] package/{mesa3d, mesa3d-headers}: bump version to 24.3.4 Bernd Kuhls
2025-02-14 11:11   ` Alex Bennée

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.