diff options
| author | Yuuki Harano | 2021-08-15 17:15:54 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-08-15 17:15:54 +0900 |
| commit | 299cfb413f1f374420a2a24007d8a98e39123f52 (patch) | |
| tree | cbac19efe406efebb8ac3bb72cf90156087c6122 | |
| parent | c76d5ff2430fe49d2e498bf75214145fb6620255 (diff) | |
| download | emacs-299cfb413f1f374420a2a24007d8a98e39123f52.tar.gz emacs-299cfb413f1f374420a2a24007d8a98e39123f52.zip | |
* configure.ac: Add a notice to --with-pgtk
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b1ce80c6f06..6ebb9667004 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -468,7 +468,7 @@ AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns], | |||
| 468 | [use Nextstep (macOS Cocoa or GNUstep) windowing system. | 468 | [use Nextstep (macOS Cocoa or GNUstep) windowing system. |
| 469 | On by default on macOS.])],[],[with_ns=maybe]) | 469 | On by default on macOS.])],[],[with_ns=maybe]) |
| 470 | OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build]) | 470 | OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build]) |
| 471 | OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) - Experimental]) | 471 | OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) (requires cairo) - Experimental]) |
| 472 | 472 | ||
| 473 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) | 473 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) |
| 474 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) | 474 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) |