mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a5f386f7de
commit
f91d196148
@@ -19,3 +19,6 @@ UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
|
||||
inherit meson pkgconfig
|
||||
|
||||
DEPENDS += "wayland wayland-native wayland-protocols"
|
||||
|
||||
PACKAGECONFIG ??= "drm"
|
||||
PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm"
|
||||
|
||||
Reference in New Issue
Block a user