summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-10-31 11:44:11 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-10-31 12:00:08 -0700
commit50460d4e1e834e6b79ad4008088f37e210db8337 (patch)
treefba4416d89e91b0ecd882f5d2294982b03f98221 /recipes-graphics
parent7c949461b577bc141bc157c216a66a5b568e279b (diff)
downloadmeta-freescale-50460d4e1e834e6b79ad4008088f37e210db8337.tar.gz
weston-init: Set gbm-format for 93
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 975d8ef1..9d04df23 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -22,8 +22,10 @@ PACKAGECONFIG:remove:use-mainline-bsp = "xwayland"
22 22
23PACKAGECONFIG_GBM_FORMAT ?= "" 23PACKAGECONFIG_GBM_FORMAT ?= ""
24PACKAGECONFIG_GBM_FORMAT:mx8mq-nxp-bsp ?= "gbm-format" 24PACKAGECONFIG_GBM_FORMAT:mx8mq-nxp-bsp ?= "gbm-format"
25PACKAGECONFIG_GBM_FORMAT:mx93-nxp-bsp ?= "gbm-format"
25 26
26GBM_FORMAT_VALUE:mx8mq-nxp-bsp = "argb8888" 27GBM_FORMAT_VALUE:mx8mq-nxp-bsp = "argb8888"
28GBM_FORMAT_VALUE:mx93-nxp-bsp = "argb8888"
27 29
28PACKAGECONFIG_REPAINT_WINDOW ?= "" 30PACKAGECONFIG_REPAINT_WINDOW ?= ""
29PACKAGECONFIG_REPAINT_WINDOW:mx8-nxp-bsp ?= "repaint-window" 31PACKAGECONFIG_REPAINT_WINDOW:mx8-nxp-bsp ?= "repaint-window"