* [Buildroot] [PATCH/2023.11.x 1/1] package/onevpl: fix libdrm dependency
@ 2024-01-14 19:21 Bernd Kuhls
2024-02-03 10:56 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-01-14 19:21 UTC (permalink / raw)
To: buildroot; +Cc: Yann E . MORIN
Buildroot commit c50e9c21f0444b064bc257fcc0d3073fee945623 initially
added the package onevpl and forgot to add all dependencies of
BR2_PACKAGE_LIBDRM_INTEL.
Fixes:
http://autobuild.buildroot.org/results/8fa/8fa0f2cd7a027d3d8fae56125621b0b814e132da/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/onevpl/Config.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/onevpl/Config.in b/package/onevpl/Config.in
index a750e54d52..cd5b284531 100644
--- a/package/onevpl/Config.in
+++ b/package/onevpl/Config.in
@@ -12,7 +12,9 @@ config BR2_PACKAGE_ONEVPL
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_WAYLAND_PROTOCOLS if BR2_PACKAGE_WAYLAND
# libva support needs a libdrm with intel driver
- select BR2_PACKAGE_LIBDRM_INTEL if BR2_PACKAGE_LIBVA
+ select BR2_PACKAGE_LIBDRM_INTEL if BR2_PACKAGE_LIBVA && \
+ (BR2_i386 || BR2_x86_64) && \
+ BR2_PACKAGE_LIBDRM_HAS_ATOMIC
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
help
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-03 18:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-14 19:21 [Buildroot] [PATCH/2023.11.x 1/1] package/onevpl: fix libdrm dependency Bernd Kuhls
2024-02-03 10:56 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox