diff options
author | ronan@iot.bzh <ronan@iot.bzh> | 2017-04-24 15:25:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-26 10:21:42 +0000 |
commit | 5450a1b55c723da5d222be4cec0253d100844c62 (patch) | |
tree | 40250903b07eba44781c9ba8c12620c29e864a9c | |
parent | deec51bf9c4ba33afcdd2960ca321d6de8a49912 (diff) |
change default screen transform to 270
Bug-AGL: SPEC-500
Change-Id: I26dc990851e8842443bf3a0218ea6a5f41c6925e
Signed-off-by: ronan@iot.bzh <ronan@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9213
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston-ini-conf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |