diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-25 12:12:23 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-25 12:12:23 +0000 |
commit | 7474469f02371f8ec432da13ea3c0fe678568afd (patch) | |
tree | c13f4491143d2ac30dfca7118d8d7a2fe4d6e7d0 /templates/base/99_local.conf.inc | |
parent | 1e9bc66cdd68be6d6c23c57ccc0928bdbb5cf0a6 (diff) | |
parent | 54c2fda805fd7fda591008693cd6843413cee9f8 (diff) |
Merge "Merge the agl-compositor sandbox into master"
Diffstat (limited to 'templates/base/99_local.conf.inc')
-rw-r--r-- | templates/base/99_local.conf.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/base/99_local.conf.inc b/templates/base/99_local.conf.inc index 871ea0ebf..c4f43998b 100644 --- a/templates/base/99_local.conf.inc +++ b/templates/base/99_local.conf.inc @@ -17,3 +17,17 @@ # Additional free disk space created in the image in Kbytes. #IMAGE_ROOTFS_EXTRA_SPACE="524288" +# meta-agl/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init.bbappend +# AGL's compositor is started instead of weston like so +# AGL_DEFAULT_WESTONSTART ?= "/usr/bin/agl-compositor --config ${sysconfdir}/xdg/weston/weston.ini" +# you can redefine it using this variable to go back to weston, +# but be careful that this needs further changes to work ! +# Especially the AGL demo apps will not work as-is. +#AGL_DEFAULT_WESTONSTART = "/usr/bin/weston" + +# meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +# This defines the QT integration. We default to xdg-shell +# AGL_DEFAULT_WM_SHELL ?= "xdg-shell" +# you can redefine it using this variable to e.g. use ivi-shell +# but be careful that this needs further changes to work ! +#AGL_DEFAULT_WM_SHELL = "" |