From 39c68400f36f69715d8597e9bb0c99b6572a13c9 Mon Sep 17 00:00:00 2001 From: Alex Murray Date: Thu, 28 Nov 2024 13:55:08 +1030 Subject: [PATCH] Default to wayland for pgtk build Signed-off-by: Alex Murray --- emacs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs b/emacs index 90c6826..1583589 100755 --- a/emacs +++ b/emacs @@ -10,11 +10,6 @@ # toolkit to use by checking if the XDG_SESSION_TYPE environment variable is # set to wayland or x11. -# FIXME - remove the following once the various issues like -# https://github.com/alexmurray/emacs-snap/issues/78 and -# https://github.com/alexmurray/emacs-snap/issues/79 are resolved -: "${EMACS_TOOLKIT:=gtk}" - if [ -n "${XDG_SESSION_TYPE}" ]; then if [ "${XDG_SESSION_TYPE}" = "wayland" ]; then : "${EMACS_TOOLKIT:=wayland}"