summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_1.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.8.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.8.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.8.0.bb b/meta/recipes-graphics/wayland/weston_1.8.0.bb
index 342c604b98..95cf4956da 100644
--- a/meta/recipes-graphics/wayland/weston_1.8.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.8.0.bb
@@ -16,7 +16,9 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
16SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36" 16SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36"
17SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312" 17SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312"
18 18
19inherit autotools pkgconfig useradd 19inherit autotools pkgconfig useradd distro_features_check
20# depends on virtual/egl
21REQUIRED_DISTRO_FEATURES = "opengl"
20 22
21DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" 23DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
22DEPENDS += "wayland libinput virtual/egl pango" 24DEPENDS += "wayland libinput virtual/egl pango"