]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): INSTALL: "libwayland-dev" is required on Ubuntu for Wayland clipboard...
authortecis <67809811+tecis@users.noreply.github.com>
Mon, 18 May 2026 20:40:37 +0000 (20:40 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 18 May 2026 20:42:01 +0000 (20:42 +0000)
In GNU/Linux distros without X11 and only depending on the Wayland
Composer as a display server I could not find official documentation on
how to compile VIM with clipbloard support.

> This will become more relevant as common distros ship with Wayland
only environments. (sources & articles bellow)

Sources.

- [Gnome Blog: X11 Session Removal FAQ.](https://blogs.gnome.org/alatiera/2025/06/23/x11-session-removal-faq/)
- [KDE Blog: Going all-in on a Wayland future 2025-11-26.](https://blogs.kde.org/2025/11/26/going-all-in-on-a-wayland-future/)
- [Gnome Blog: An update on the X11 GNOME Session Removal 2025-06-08.](https://blogs.gnome.org/alatiera/2025/06/08/the-x11-session-removal/)

Articles.

- [It’s Foss: No More Xorg! Fedora 43 Will Be Wayland-only 2025-05-21](https://itsfoss.com/news/fedora-43-wayland-only/)
- [Desde Linux: The depreciation of X11 in Fedora continues and in Fedora 41 the Gnome session in X11 will disappear.](https://blog.desdelinux.net/en/The-depreciation-of-x11-in-fedora-continues-and-in-fedora-41-the-gnome-session-in-x11-will-disappear/)
- [How-To-Geek: The writing is on the wall for X11 on Linux, here's what is replacing it 2025-12-29.](https://www.howtogeek.com/x11-is-going-away-on-linux-heres-how-to-prepare/).
- [Dev.To: GNOME 50 Removes X11: What It Means for Linux Users 2026-03-16.](https://dev.to/the_nazar/gnome-50-removes-x11-what-it-means-for-linux-users-1ike)
- [LinuxSecurity.com: GNOME 50: Wayland-Only Brings Enhanced Security and Isolation](https://linuxsecurity.com/news/desktop-security/gnome-50-wayland-linux-security)
- [XDA Developers: KDE is finally killing X11, and I'm not as sad as I thought I'd be 2026-05-14](https://www.xda-developers.com/kde-dropping-x11-support/).

closes: #20245

Signed-off-by: tecis <67809811+tecis@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALL

index ab760cd13ac5c592b17a8f5e365fc1e491a35f02..083780cc82c2db996f3c564bef1cd073fd723cd3 100644 (file)
@@ -61,6 +61,10 @@ To build Vim on Ubuntu from scratch on a clean system using git:
        % sudo apt install libxt-dev
        % make reconfig
 
+       Add Wayland clipboard support:
+       % sudo apt install libwayland-dev
+       % make reconfig
+
        Add GUI support:
        % sudo apt install libgtk-3-dev
        % make reconfig