e2511d88e8
- Switch license to LGPL-2.1 except applet/applet.c: http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/commit/?id=267595f2ef18e46c79f76057ad3c6fb40009ca4f - Drop expat=yes (not needed since http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/commit/?id=4cf2976842612a0a278de4515715e4e4228c2987) - xlib_libXrender is a mandatory dependency since https://git.yoctoproject.org/matchbox-keyboard/commit/?id=b38f24036cff3be6c2fbcf9ca9881803e69003ac - libgtk3 is an optional dependency since http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/commit/?id=e4ab2198a5f9611027cb62e6ff41ee2593f07d4a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
|
bool "matchbox-keyboard"
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
select BR2_PACKAGE_XLIB_LIBXRENDER
|
|
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_MATCHBOX_FAKEKEY
|
|
select BR2_PACKAGE_MATCHBOX_LIB
|
|
help
|
|
Virtual Keyboard
|
|
|
|
http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/
|