In GNU/Linux distributions 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 GNU/Linux distributions transition to Wayland only environments. (sources and articles bellow)
The library libwayland provides the development headers for the Wayland libraries.
Sources.
Articles.
https://github.com/vim/vim/pull/20245
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Some distros include development files directly with the main libwayland package, maybe it should be good to mention that
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
@64-bitman You're right, some distros do ship with the package already installed but listing which distro has the package and which do not would be too verbose and may lead to confusion.
Specifically the documentation provides the examples for building VIM and installing dependencies in Ubuntu and that distro does not ship with "libwayland-dev".
Source: Ubuntu 26.04 Manifest.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
I think this is fine, the comment at the top mentions Ubuntu, so should be accurate :) Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()