diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2025-09-09 13:01:10 -0400 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2025-09-09 13:01:10 -0400 |
commit | 5b93ea9c8052f854c14aabeae67632f310970279 (patch) | |
tree | 674caa62617991fc9ac5652cd644f98733b9909a /emulators/es-de | |
parent | misc/ggml: Broken on i386 (diff) |
Add --without-wayland for everything except the gtk3 FLAVOR. That
flavor now has a hard dep on wayland (it's already present from the
default gtk30 and libxkbcommon configurations).
This is a NOOP for everybody except gtk3 users who explicitly disabled
wayland in both gtk30 and libxkbcommon. The only effect for those
users is that wayland is now a LIB_DEP. There is no runtime effect
either way.
In the below PR, Piotr identified that vim will eagerly link against
wayland if present, even for a pure-console build.
The only toolkit that vim uses that can use wayland is gtk3, so
we now specify --without-wayland for everything else.
To complicate things, wayland support is optional in the gtk30 and
libxkbcommon ports. If either of those ports are built with wayland,
then vim has to link against libwayland-client regardless of the
relevant configure switches. So, adding a WAYLAND option for the gtk3
flavor would only work to disable wayland if it's disabled in both
gtk30 and libxkbcommon.
Instead, I'm making wayland a hard dep of the gtk3 flavor. For users
of our packages, this will be a transparent change. If your goal in
life is to never install wayland but you also want the gtk3 flavor,
PR: 289408
Reported by: Piotr Smyrak
Diffstat (limited to 'emulators/es-de')
0 files changed, 0 insertions, 0 deletions