From 1ee3575cabfb43a23f08641ff877224384147234 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 24 Nov 2024 13:15:04 +0100 Subject: [PATCH] Enable X when compile Emacs, even in Wayland --- share/doc/emacs/INSTALL.LINUX.GIT.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/emacs/INSTALL.LINUX.GIT.org b/share/doc/emacs/INSTALL.LINUX.GIT.org index 7ff1211..e4a096f 100644 --- a/share/doc/emacs/INSTALL.LINUX.GIT.org +++ b/share/doc/emacs/INSTALL.LINUX.GIT.org @@ -65,6 +65,7 @@ Here’s a detailed ~./configure~ command that includes modern options: --with-toolkit-scroll-bars \ --with-tree-sitter \ --with-webp \ + --with-x \ --with-x-toolkit=gtk3 \ --with-xft \ --with-xml2 \ @@ -80,7 +81,6 @@ Here’s a detailed ~./configure~ command that includes modern options: --without-ns \ --without-pop \ --without-selinux \ - --without-x \ --without-xaw3d \ --without-xwidgets #+end_src