package/matchbox: make matchbox-keyboard a real package
Currently, matchbox-keyboard is treated as if it were an option of the matchbox package. But that's not true, since it is a real package all by itself, with its own archive and its own buildsystem. So, make it a real package. 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:
parent
1dcf21ae7a
commit
4be826c225
@ -25,13 +25,6 @@ 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
|
||||
source "package/matchbox/matchbox-keyboard/Config.in"
|
||||
|
||||
endif
|
||||
|
7
package/matchbox/matchbox-keyboard/Config.in
Normal file
7
package/matchbox/matchbox-keyboard/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user