diff options
author | Ross Burton <ross.burton@arm.com> | 2023-09-06 19:14:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 14:36:30 +0100 |
commit | f91d196148b7c2b7852f54df42eee0ec70c06e84 (patch) | |
tree | c02f4d5121815c458de0c9c43422f84dcfe26cd3 /meta/recipes-graphics/wayland | |
parent | a5f386f7de06bf818e07e9d6f5323245cc5e1d8d (diff) | |
download | poky-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/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland-utils_1.1.0.bb | 3 |
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" | |||
19 | inherit meson pkgconfig | 19 | inherit meson pkgconfig |
20 | 20 | ||
21 | DEPENDS += "wayland wayland-native wayland-protocols" | 21 | DEPENDS += "wayland wayland-native wayland-protocols" |
22 | |||
23 | PACKAGECONFIG ??= "drm" | ||
24 | PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm" | ||