Hi Alex, We're wondering how best to fix this.
The Weston website seems to give the answer for a run-time solution, which is basically 'if $DISPLAY is set use weston, otherwise use weston-launch'. http://wayland.freedesktop.org/building.html Is that the right approach? Another possibility is to make it a build-time solution where the bsp layer sets a variable controlling the selection. Thanks for your help. Tom -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Tuesday, December 01, 2015 4:21 PM To: Hochstein Tom-R60874 <[email protected]> Cc: [email protected]; Sundararaj Prabhu-B36876 <[email protected]> Subject: Re: [OE-core] [PATCH v2] weston-init: Use weston-launch for XWayland > + # If weston-launch exists, we're configured for XWayland. > + if [ -f /usr/bin/weston-launch ]; then > + echo "Starting Weston in XWayland" Nope. XWayland support and weston-launch support are configured separately. One may be present and the other one absent, both ways. Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
