summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-01-13 14:38:20 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-01-25 16:21:24 +0100
commit8e91c3531a990e94aacdfb2257df96be2778c857 (patch)
treed8c198199df851f96a0e60fa535f31ea28168bbb /recipes-graphics
parent4874eee208cb516500e20b7aa5e3a1627ce5fddb (diff)
wayland: build for ti gles implementation
Related-to: ELB-4978 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend2
-rw-r--r--recipes-graphics/xwayland/xwayland_%.bbappend2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644
index 0000000..c9baa8d
--- /dev/null
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -0,0 +1,2 @@
+SIMPLECLIENTS:am62xx = "damage,im,egl,shm,touch,dmabuf-v4l"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend
new file mode 100644
index 0000000..137b263
--- /dev/null
+++ b/recipes-graphics/xwayland/xwayland_%.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG:remove:am62xx = "glamor glx"
+PACKAGE_ARCH:am62xx = "${MACHINE_ARCH}"