summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.0.6.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.0.6.bb3
1 files changed, 2 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 cb41e05c46..9dea495ebd 100644
--- a/meta/recipes-graphics/wayland/weston_1.0.6.bb
+++ b/meta/recipes-graphics/wayland/weston_1.0.6.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=275efac2559a224527bd4fd593d38466 \
6 file://src/compositor.c;endline=23;md5=aa98a8db03480fe7d500d0b1f4b8850c" 6 file://src/compositor.c;endline=23;md5=aa98a8db03480fe7d500d0b1f4b8850c"
7 7
8SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 8SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
9 file://0001-autotools-Add-a-libunwind-configure-switch.patch \
9 file://weston.png \ 10 file://weston.png \
10 file://weston.desktop" 11 file://weston.desktop"
11SRC_URI[md5sum] = "63202129d66d5514e572814da5dfa1f7" 12SRC_URI[md5sum] = "63202129d66d5514e572814da5dfa1f7"
@@ -17,7 +18,7 @@ DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 mtdev jpeg"
17DEPENDS += "wayland mesa virtual/egl" 18DEPENDS += "wayland mesa virtual/egl"
18 19
19EXTRA_OECONF = "--disable-android-compositor --enable-setuid-install" 20EXTRA_OECONF = "--disable-android-compositor --enable-setuid-install"
20EXTRA_OECONF += "--disable-tablet-shell --disable-xwayland" 21EXTRA_OECONF += "--disable-tablet-shell --disable-xwayland --disable-libunwind"
21EXTRA_OECONF += "--enable-simple-clients --enable-clients --disable-simple-egl-clients" 22EXTRA_OECONF += "--enable-simple-clients --enable-clients --disable-simple-egl-clients"
22 23
23PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', d)} \ 24PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', d)} \