mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
x11vnc: add kernel module uinput for rawfb input method
This commit is contained in:
committed by
Jean-Francois Dagenais
parent
1752b6aa4e
commit
21b499d505
@@ -36,3 +36,4 @@ PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
|||||||
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
||||||
PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11"
|
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)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user