summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"