This environment variable indicates to weston what display to use. Setting this to 'wayland-0' causes weston to attempt to use another wayland session as the backend, instead of the native that we want.
Signed-off-by: Andrew F. Davis <[email protected]> --- .../recipes-graphics/wayland/weston-conf/wayland_env.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/wayland_env.sh b/meta-arago-distro/recipes-graphics/wayland/weston-conf/wayland_env.sh index b8853371..50979b30 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/wayland_env.sh +++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/wayland_env.sh @@ -4,7 +4,6 @@ export XDG_CONFIG_HOME=/etc/ export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir -export WAYLAND_DISPLAY=wayland-0 export WS_CALUDEV_FILE=/etc/udev/rules.d/ws-calibrate.rules if ! test -d "${XDG_RUNTIME_DIR}"; then -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
