mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/matchbox: make matchbox-fakekey a real package
Currently, matchbox-fakekey is missing a Kconfig entry, but is so far solely a build-time dependency of matchbox-keyboard. So, make it a real package, and select it from matchbox-keyboard. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
599f033725
commit
1dcf21ae7a
@@ -24,11 +24,13 @@ source "package/matchbox/matchbox-wm/Config.in"
|
||||
source "package/matchbox/matchbox-panel/Config.in"
|
||||
source "package/matchbox/matchbox-desktop/Config.in"
|
||||
source "package/matchbox/matchbox-common/Config.in"
|
||||
source "package/matchbox/matchbox-fakekey/Config.in"
|
||||
|
||||
config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
||||
bool "Matchbox Virtual Keyboard"
|
||||
select BR2_PACKAGE_XLIB_LIBXTST
|
||||
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_MATCHBOX_FAKEKEY
|
||||
help
|
||||
Virtual Keyboard
|
||||
|
||||
|
||||
2
package/matchbox/matchbox-fakekey/Config.in
Normal file
2
package/matchbox/matchbox-fakekey/Config.in
Normal file
@@ -0,0 +1,2 @@
|
||||
config BR2_PACKAGE_MATCHBOX_FAKEKEY
|
||||
bool
|
||||
Reference in New Issue
Block a user