From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Julien Olivain <ju.o@free.fr>,
Romain Naour <romain.naour@gmail.com>,
Valentin Korenblit <valentinkorenblit@gmail.com>,
Eric Le Bihan <eric.le.bihan.dev@free.fr>,
Daniel Lang <dalang@gmx.at>,
Adam Duskett <adam.duskett@amarulasolutions.com>
Subject: [Buildroot] [PATCH 1/7] package/libdrm: add host variant
Date: Tue, 3 Dec 2024 23:09:43 +0100 [thread overview]
Message-ID: <20241203220949.1073051-1-bernd@kuhls.net> (raw)
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
next reply other threads:[~2024-12-03 22:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-03 22:09 Bernd Kuhls [this message]
2024-12-03 22:09 ` [Buildroot] [PATCH 2/7] package/llvm-project/libclc: add host variant Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH 3/7] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH 4/7] package/spirv-tools: add host variant Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH 5/7] package/wayland-protocols: bump version to 1.38 Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH v2 6/7] package/{mesa3d, mesa3d-headers}: bump version to 24.3.0 Bernd Kuhls
2024-12-26 21:09 ` Andreas Naumann
2024-12-03 22:09 ` [Buildroot] [PATCH 7/7] package/mesa3d: add option to enable VIRTIO vulkan driver Bernd Kuhls
-- strict thread matches above, loose matches on Subject: below --
2024-12-02 17:40 [Buildroot] [PATCH 1/7] package/libdrm: add host variant Bernd Kuhls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241203220949.1073051-1-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=adam.duskett@amarulasolutions.com \
--cc=buildroot@buildroot.org \
--cc=dalang@gmx.at \
--cc=eric.le.bihan.dev@free.fr \
--cc=ju.o@free.fr \
--cc=romain.naour@gmail.com \
--cc=valentinkorenblit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox