On Wed, 11 Mar 2026 at 10:34, Alexander Kanavin via lists.openembedded.org <[email protected]> wrote: > > On Wed, 11 Mar 2026 at 00:33, Richard Purdie via > lists.openembedded.org > <[email protected]> wrote: > > + if "-display gtk" in output and "DISPLAY" in os.environ: > > self.gtk = True > > - elif "-display sdl" in output: > > + elif "-display sdl" in output and "DISPLAY" in os.environ: > > I would also check for WAYLAND_DISPLAY here.
Actually, nvm, this first needs checking that both gtk-native and sdl-native are built with wayland backend support, and that it actually works. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232859): https://lists.openembedded.org/g/openembedded-core/message/232859 Mute This Topic: https://lists.openembedded.org/mt/118251600/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
