[oe-commits] [meta-openembedded] 03/08: x11vnc: add kernel module uinput for rawfb input method

git at git.openembedded.org git at git.openembedded.org
Tue Feb 12 16:41:50 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 21b499d505e27b3c9ebfa0857f40acb75144a2e1
Author: Jean-Francois Dagenais <dagenaisj at sonatest.com>
AuthorDate: Mon Feb 11 13:46:56 2019 -0500

    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 794b2f0..5a15948 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)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list