From 09ad500c71a9bbd003c21654bf8fc535d65117a6 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 23 Feb 2021 16:28:01 -0500 Subject: meta-agl-core: update weston-ini-conf Update weston-ini-conf recipe to handle weston 9.0 in poky master. The changes are to handle the flip of the meaning of 90 and 270 degree rotations in the transform option in weston.ini, and the rename of its values to "rotate-X" instead of just the number of degrees. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I2bb316a195f7eb3733ff757a565535317db1da08 --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg (limited to 'meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg') diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg new file mode 100644 index 000000000..96d9c3a04 --- /dev/null +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/virtual-90.cfg @@ -0,0 +1,4 @@ +[output] +name=Virtual-1 +mode=1920x1080 +transform=rotate-90 -- cgit 1.2.3-korg