aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend')
-rw-r--r--meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend b/meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend
new file mode 100644
index 0000000..7a8ba6f
--- /dev/null
+++ b/meta-ivi/recipes-graphics/wayland/weston_1.4.0.bbappend
@@ -0,0 +1,14 @@
+DESCRIPTION = "Weston is the reference implementation of a Wayland compositor. \
+This particular version we are using contains the IVI-Shell implementation."
+HOMEPAGE = "https://github.com/ntanibata/weston-ivi-shell"
+
+SRCREV = "71019824462597a82e71bee913f12165875e9fd2"
+
+SRC_URI_remove = "http://wayland.freedesktop.org/releases/weston-1.4.0.tar.xz"
+SRC_URI_prepend = "git://github.com/ntanibata/weston-ivi-shell.git;branch=weston-ivi-shell-1.4.0-v12;protocol=http "
+S = "${WORKDIR}/git"
+
+PR = "r1"
+
+FILES_${PN} += "${libdir}/weston/*"
+FILES_${PN}-dbg += "${libdir}/weston/.debug/*"