]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Add a notice to --with-pgtk
authorYuuki Harano <masm+github@masm11.me>
Sun, 15 Aug 2021 08:15:54 +0000 (17:15 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sun, 15 Aug 2021 08:15:54 +0000 (17:15 +0900)
configure.ac

index b1ce80c6f0690fbbfd0da0af0c0644915ec0adde..6ebb9667004c729f3d5a9f1f6220ceb70ae6390e 100644 (file)
@@ -468,7 +468,7 @@ AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns],
 [use Nextstep (macOS Cocoa or GNUstep) windowing system.
 On by default on macOS.])],[],[with_ns=maybe])
 OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build])
-OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) - Experimental])
+OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) (requires cairo) - Experimental])
 
 OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console])
 OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])