diff options
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/weston_7.0.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 8b6689717c..e3e739e2b7 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -30,7 +30,7 @@ do_install() { | |||
30 | sed -i 's,@LOCALSTATEDIR@,${localstatedir},g' ${D}${bindir}/weston-start | 30 | sed -i 's,@LOCALSTATEDIR@,${localstatedir},g' ${D}${bindir}/weston-start |
31 | } | 31 | } |
32 | 32 | ||
33 | inherit update-rc.d distro_features_check systemd | 33 | inherit update-rc.d features_check systemd |
34 | 34 | ||
35 | # rdepends on weston which depends on virtual/egl | 35 | # rdepends on weston which depends on virtual/egl |
36 | REQUIRED_DISTRO_FEATURES = "opengl" | 36 | REQUIRED_DISTRO_FEATURES = "opengl" |
diff --git a/meta/recipes-graphics/wayland/weston_7.0.0.bb b/meta/recipes-graphics/wayland/weston_7.0.0.bb index d21275414e..e6548d3541 100644 --- a/meta/recipes-graphics/wayland/weston_7.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_7.0.0.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "a00a6d207b6a45f95f4401c604772a307c3767e5e2beecf3d879110c43 | |||
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
18 | 18 | ||
19 | inherit meson pkgconfig useradd distro_features_check | 19 | inherit meson pkgconfig useradd features_check |
20 | # depends on virtual/egl | 20 | # depends on virtual/egl |
21 | REQUIRED_DISTRO_FEATURES = "opengl" | 21 | REQUIRED_DISTRO_FEATURES = "opengl" |
22 | 22 | ||