summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-09-06 19:14:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:36:30 +0100
commitf91d196148b7c2b7852f54df42eee0ec70c06e84 (patch)
treec02f4d5121815c458de0c9c43422f84dcfe26cd3 /meta/recipes-graphics
parenta5f386f7de06bf818e07e9d6f5323245cc5e1d8d (diff)
downloadpoky-f91d196148b7c2b7852f54df42eee0ec70c06e84.tar.gz
wayland-utils: add libdrm PACKAGECONFIG
wayland-utils has optional libdrm support, so add a PACKAGECONFIG and enable it. (From OE-Core rev: c6c488c259d1f38a05a71e576ca2f32d412413f1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb b/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
index dcee87e2cd..48e1409be8 100644
--- a/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
+++ b/meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb
@@ -19,3 +19,6 @@ UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
19inherit meson pkgconfig 19inherit meson pkgconfig
20 20
21DEPENDS += "wayland wayland-native wayland-protocols" 21DEPENDS += "wayland wayland-native wayland-protocols"
22
23PACKAGECONFIG ??= "drm"
24PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm"