diff options
Diffstat (limited to 'meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..e736dddd2 --- /dev/null +++ b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,9 @@ +# Currently only works with fbdev backend +# and only one default output + +WESTONCORE[backend] = "fbdev-backend.so" + +SCREEN_fbdev[name] = "fbdev" +SCREEN_fbdev[transform] = "270" +WESTONOUTPUT1[agl_screen] = "SCREEN_fbdev" + |