From f45d44e2d8b4402572abeafde60b8e227b3a61fa Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 8 Jun 2022 15:48:37 -0400 Subject: weston-ini-conf: force tbtnavi remote display Add a weston-ini-conf to set the REMOTE_OUTPUT_APP_ID variable to ensure that tbtnavi will end up on the remote display output. This is hopefully a temporary a workaround. Bug-AGL: SPEC-4426 Signed-off-by: Scott Murray Change-Id: Ia85742c3ad0a8a70b2fdfab99f926df3d6531bb1 --- recipes-graphics/wayland/weston-ini-conf.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/wayland/weston-ini-conf.bbappend (limited to 'recipes-graphics/wayland/weston-ini-conf.bbappend') diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..423a46944 --- /dev/null +++ b/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'weston-ini-conf_agldemo.inc', '', d)} -- cgit 1.2.3-korg