summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-19 08:48:15 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-19 08:48:15 +0800
commit1758db1bd86d2ee358824a51d82dc5f711406fec (patch)
treee78f13a4396af5357b57093ed9d70424d5363435
parentf05a93e8232e6f56458ac16d733b03e96a63e930 (diff)
downloademacs-1758db1bd86d2ee358824a51d82dc5f711406fec.tar.gz
* etc/NEWS: Add news entry for pgtk.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e3665b918a3..b50e7e5db0e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,13 @@ this support.
The named feature 'xinput2' can be used to test for the presence of
XInput 2 support from Lisp programs.
+** Emacs now supports being built with pure GTK.
+To use this option, make sure the GTK 3 and Cairo development files
+are installed, and configure Emacs with the option '--with-pgtk'.
+Unlike the default X and GTK build, the resulting Emacs binary will
+work on any underlying window system supported by GDK, such as
+Wayland and Broadway.
+
* Startup Changes in Emacs 29.1