Re: [vim/vim] --enable-gui=gtk4 doesn't enable X11 feature despite --with-x (Issue #21072)
mattn (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/21072/[email protected]> |
mattn left a comment (vim/vim#21072) Yes, this is intentional, done in patch 9.2.0511 (#20289, fixes #20268). Vim's GTK4 GUI code does not use any X11 APIs directly; the X11 backend is loaded by GTK4 itself at runtime. Linking libX11/libXt/libICE/libSM would only add unnecessary dependencies, which was the complaint in #20268. `--with-x=yes` is overridden on purpose because packaging scripts often pass it unconditionally. The trade-off: the gtk4 binary in a terminal has no `+xterm_clipboard` / `+xsmp`. Use the gtk3 build if those matter. -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/21072#issuecomment-5321968665 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/issues/21072/[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/21072/5321968665%40github.com.