diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2022-04-18 19:43:32 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2022-04-18 19:45:30 -0700 |
commit | 5fae0325872710dcbf42541b985103b66f613f61 (patch) | |
tree | 7ca233e0d83127950871b708883da80cb41c458e /INSTALL | |
parent | ace1f32ac1185cad0c43e4b793fe53b54be95161 (diff) | |
download | emacs-5fae0325872710dcbf42541b985103b66f613f61.tar.gz emacs-5fae0325872710dcbf42541b985103b66f613f61.tar.bz2 emacs-5fae0325872710dcbf42541b985103b66f613f61.zip |
Tell those using exclusively X not to use the PGTK port
* INSTALL (Alternative window systems): Tell those using exclusively X
not to use the PGTK port.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -243,6 +243,11 @@ This build is only supported with GTK+ version 3, and it is an error to specify any other X-specific configuration option when PGTK is enabled. +If you use exclusively X, do not use the PGTK port. There are a +number of respects in which the regular --with-x-toolkit=gtk build +works better. The PGTK port should not be considered a simple upgrade +from --with-x-toolkit=gtk. + With the PGTK build, you will be able to switch between running Emacs on X, Wayland and Broadway using the 'GDK_BACKEND' environment variable. GTK+ should automatically detect and use the correct value |