commit:     33c110fa1478fd8d0c554f8c4f9428af603c1295
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 18:48:39 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 20:13:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c110fa

gui-apps/wayvnc: fix neatvnc dependency

wayvnc[gbm] requires gui-libs/neatvnc to be built with gbm enabled,
otherwise `wayvnc -g` would segfault with following error:

ERROR: ../neatvnc-0.9.4/src/fb.c: 107: nvnc_fb_from_gbm_bo was not enabled 
during build time

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/42990
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 gui-apps/wayvnc/wayvnc-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild 
b/gui-apps/wayvnc/wayvnc-9999.ebuild
index c9c3f90bdec0..82f7aeab4f5b 100644
--- a/gui-apps/wayvnc/wayvnc-9999.ebuild
+++ b/gui-apps/wayvnc/wayvnc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,7 +24,7 @@ RDEPEND="
        =dev-libs/aml-0.3*
        dev-libs/jansson:=
        dev-libs/wayland
-       =gui-libs/neatvnc-0.8*
+       =gui-libs/neatvnc-0.9*[gbm?]
        media-libs/mesa[egl(+),gles2(+),gbm(+)?]
        x11-libs/libdrm
        x11-libs/libxkbcommon

Reply via email to