summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/weston_1.0.6.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.0.6.bb b/meta/recipes-graphics/wayland/weston_1.0.6.bb
index dd17c03ad1..07811f2831 100644
--- a/meta/recipes-graphics/wayland/weston_1.0.6.bb
+++ b/meta/recipes-graphics/wayland/weston_1.0.6.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
12SRC_URI[md5sum] = "63202129d66d5514e572814da5dfa1f7" 12SRC_URI[md5sum] = "63202129d66d5514e572814da5dfa1f7"
13SRC_URI[sha256sum] = "c833bc4dc8667561d2639b57220541531c039aa9332ce2a7022a3c466eb894f1" 13SRC_URI[sha256sum] = "c833bc4dc8667561d2639b57220541531c039aa9332ce2a7022a3c466eb894f1"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig useradd
16 16
17DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 mtdev jpeg" 17DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 mtdev jpeg"
18DEPENDS += "wayland mesa virtual/egl" 18DEPENDS += "wayland mesa virtual/egl"
@@ -57,3 +57,6 @@ FILES_${PN}-examples = "${bindir}/*"
57 57
58RDEPENDS_${PN} += "xkeyboard-config" 58RDEPENDS_${PN} += "xkeyboard-config"
59RRECOMMENDS_${PN} = "liberation-fonts" 59RRECOMMENDS_${PN} = "liberation-fonts"
60
61USERADD_PACKAGES = "${PN}"
62GROUPADD_PARAM_${PN} = "--system weston-launch"