From: ronan@iot.bzh Date: Mon, 24 Apr 2017 13:25:15 +0000 (+0200) Subject: change default screen transform to 270 X-Git-Tag: 3.99.1~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F9213%2F2;p=AGL%2Fmeta-agl.git 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 --- 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"