From 21b499d505e27b3c9ebfa0857f40acb75144a2e1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dagenais Date: Mon, 11 Feb 2019 13:46:56 -0500 Subject: x11vnc: add kernel module uinput for rawfb input method --- meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index 794b2f048a..5a15948166 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb @@ -36,3 +36,4 @@ PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11" +RRECOMMENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'fbdev', 'kernel-module-uinput', '', d)}" -- cgit v1.2.3-54-g00ecf