diff options
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston_%.bbappend | 1 | ||||
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston_1.9.0.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston_%.bbappend b/meta-agl/recipes-graphics/wayland/weston_%.bbappend index 6ad42fc77..95b886c6e 100644 --- a/meta-agl/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl/recipes-graphics/wayland/weston_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ + file://0001-compositor-drm.c-Launch-without-input-devices.patch \ file://weston.service \ file://weston.ini \ " diff --git a/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb b/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb index bee457a90..5d51992bc 100644 --- a/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb +++ b/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb @@ -11,7 +11,6 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ file://make-lcms-explicitly-configurable.patch \ file://make-libwebp-explicitly-configurable.patch \ file://0001-make-error-portable.patch \ - file://0001-compositor-drm.c-Launch-without-input-devices.patch \ " SRC_URI[md5sum] = "66bbba12f546570b4d97f676bc79a28e" SRC_URI[sha256sum] = "9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf" |