From 5450a1b55c723da5d222be4cec0253d100844c62 Mon Sep 17 00:00:00 2001 From: "ronan@iot.bzh" Date: Mon, 24 Apr 2017 15:25:15 +0200 Subject: change default screen transform to 270 Bug-AGL: SPEC-500 Change-Id: I26dc990851e8842443bf3a0218ea6a5f41c6925e Signed-off-by: ronan@iot.bzh Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9213 Reviewed-by: Matt Ranostay Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl/recipes-graphics/wayland/weston-ini-conf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb index 01f2c6534..af0e174f2 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb @@ -6,7 +6,7 @@ S = "${WORKDIR}" require weston-ini-conf/screen.inc -DEFAULT_SCREEN[transform]?="90" +DEFAULT_SCREEN[transform]?="270" DEFAULT_SCREEN[name]?="HDMI-A-1" WESTONCORE[shell]??="desktop-shell.so" -- cgit 1.2.3-korg