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:51:33 +0900 |
commit | f1bf9ed634be00674c5a02836da8d7647c9d67e5 (patch) | |
tree | e2e1584baccec98e9a8f93f9b1dc935ea03498fa /meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.%.bbappend | |
parent | 3cfd33f931d4154ee6afd1b4cc0a6598927545b6 (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" |