Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] package/libdrm: add host variant
@ 2024-12-02 19:06 Bernd Kuhls
  2024-12-02 19:06 ` [Buildroot] [PATCH 2/8] package/llvm-project/libclc: " Bernd Kuhls
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Bernd Kuhls @ 2024-12-02 19:06 UTC (permalink / raw)
  To: buildroot
  Cc: Eric Le Bihan, Daniel Lang, Romain Naour, Yann E . MORIN,
	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 fcf7f17e78..021a575474 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] 13+ messages in thread

end of thread, other threads:[~2024-12-04 14:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 19:06 [Buildroot] [PATCH 1/8] package/libdrm: add host variant Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 2/8] package/llvm-project/libclc: " Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 3/8] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 4/8] package/spirv-tools: add host variant Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 5/8] package/wayland-protocols: bump version to 1.38 Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 6/8] package/{mesa3d, mesa3d-headers}: bump version to 24.3.0 Bernd Kuhls
2024-12-03  9:22   ` Andy Yan
2024-12-02 19:06 ` [Buildroot] [PATCH 7/8] package/mesa3d: add option to enable VIRTIO vulkan driver Bernd Kuhls
2024-12-02 19:06 ` [Buildroot] [PATCH 8/8] package/vkmark: add vkmark benchmarking tool Bernd Kuhls
2024-12-03 21:57   ` Julien Olivain
2024-12-03 23:07     ` Alex Bennée
     [not found]     ` <87ldwwbc1j.fsf__10394.9673286238$1733267303$gmane$org@draig.linaro.org>
2024-12-04  7:42       ` Bernd Kuhls
2024-12-04 14:36         ` 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