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. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232852): https://lists.openembedded.org/g/openembedded-core/message/232852 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]] -=-=-=-=-=-=-=-=-=-=-=-
