package/matchbox: add missing dependencies to matchbox-lib
Most of the matchbox packages build-depend on matchbox-lib, but were not selecting it from their Config.in. Fix that. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
75326a51b2
commit
b9a4e61087
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_MATCHBOX_COMMON
|
||||
bool "matchbox-common"
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
help
|
||||
Common desktop folders and matchbox-session script.
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
bool "matchbox-desktop"
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
A PDA style application launcher or 'item browser'.
|
||||
|
@ -1,2 +1,3 @@
|
||||
config BR2_PACKAGE_MATCHBOX_FAKEKEY
|
||||
bool
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
|
@ -3,5 +3,6 @@ config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
||||
select BR2_PACKAGE_XLIB_LIBXTST
|
||||
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_MATCHBOX_FAKEKEY
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
help
|
||||
Virtual Keyboard
|
||||
|
@ -1,3 +1,4 @@
|
||||
config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR
|
||||
bool
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
default y if BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||
|
Loading…
Reference in New Issue
Block a user