diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-02-04 16:13:41 +0900 |
---|---|---|
committer | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-03-09 17:25:21 +0900 |
commit | 3d7b404d4e6a02f05a5c1d39a16a096b37cc506a (patch) | |
tree | 0fb6e3e59a7971af0f8648de6c88b6f343ee3a47 /meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend | |
parent | 92d67bf9c0385ce2513bf7bf0001f27223d750fd (diff) |
drm-lease: Add weston DRM lease integration
Allow option for weston to use a DRM lease instead of the primary DRM
device node when using the DRM backend.
EGL clients will require a wayland EGL driver than can does not
need DRM authentication. e.g. an implementation based on DRM render
nodes.
Bug-AGL: SPEC-3730
Change-Id: I12f6d5b5df62a90702431010ab685e3b0654912b
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Diffstat (limited to 'meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend')
-rw-r--r-- | meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend new file mode 100644 index 00000000..97de8c62 --- /dev/null +++ b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \ + file://0002-Add-DRM-lease-support.patch \ + " + +PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager" +PACKAGECONFIG_append = " drm-lease" |