commit:     ec66a5d700913dc98f81ce5b54e01d1822590998
Author:     Dylan Taft <dylanetaft <AT> gmail <DOT> com>
AuthorDate: Fri Dec 19 04:15:00 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 22:59:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec66a5d7

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

Signed-off-by: Dylan Taft <dylanetaft <AT> 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 <AT> gentoo.org>

 dev-libs/weston/weston-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/weston/weston-9999.ebuild 
b/dev-libs/weston/weston-9999.ebuild
index 59dfa1477c19..840c6069ece8 100644
--- a/dev-libs/weston/weston-9999.ebuild
+++ b/dev-libs/weston/weston-9999.ebuild
@@ -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)

Reply via email to