dev-libs/weston: Fix 9999, update neatvnc version, drop old option

Signed-off-by: Dylan Taft <dylanetaft@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45088
Closes: https://github.com/gentoo/gentoo/pull/45088
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
Dylan Taft 2025-12-18 23:15:00 -05:00 committed by James Le Cuirot
parent 2aa8da207b
commit ec66a5d700
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -74,7 +74,8 @@ RDEPEND="
systemd? ( sys-apps/systemd )
vnc? (
=dev-libs/aml-0.3*
=gui-libs/neatvnc-0.8*
>=gui-libs/neatvnc-0.8.1
<gui-libs/neatvnc-0.10.0
sys-libs/pam
)
vulkan? (
@ -112,7 +113,6 @@ pkg_setup() {
src_configure() {
local emesonargs=(
$(meson_use drm backend-drm)
-Dbackend-drm-screencast-vaapi=false
$(meson_use headless backend-headless)
$(meson_use pipewire backend-pipewire)
$(meson_use rdp backend-rdp)