diff options
author | Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com> | 2022-09-16 09:32:17 +0900 |
---|---|---|
committer | Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com> | 2022-09-16 09:32:17 +0900 |
commit | 16ad1d30935e3ca31bc8e15cf82e4498829b429e (patch) | |
tree | 59bc3b779902ac6f5ceb53707ae3fc51baedc975 /meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend | |
parent | ee6873ad9024399cc69f81bab2745eb3a0bb3649 (diff) |
drm-lease: Fix build error due to weston update
The patches seems to be applied correctly without any changes, so
we just use wildcard to avoid build error due to version mis-matching.
Bug-AGL: SPEC-4564
Signed-off-by: Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>
Change-Id: I61ab8beb1e97190c58987bf54217a9553efa6c39
Diffstat (limited to 'meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend')
-rw-r--r-- | meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend b/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend new file mode 100644 index 00000000..8152a264 --- /dev/null +++ b/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" + +SRC_URI:append = " \ + file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \ + file://0002-Add-DRM-lease-support.patch \ + file://0001-compositor-do-not-request-repaint-in-output_enable.patch \ + " + +PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager" +PACKAGECONFIG:append = " drm-lease" |