Move all to deprecated folder.
This commit is contained in:
34
deprecated/firmware/buildroot/package/matchbox/Config.in
Normal file
34
deprecated/firmware/buildroot/package/matchbox/Config.in
Normal file
@@ -0,0 +1,34 @@
|
||||
menuconfig BR2_PACKAGE_MATCHBOX
|
||||
bool "matchbox"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_FONTCONFIG
|
||||
select BR2_PACKAGE_EXPAT
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
help
|
||||
Matchbox is an Open Source base environment for the X Window
|
||||
System running on non-desktop embedded platforms such as
|
||||
handhelds, set-top boxes, kiosks and anything else for which
|
||||
screen space, input mechanisms or system resources are limited.
|
||||
|
||||
https://www.yoctoproject.org/tools-resources/projects/matchbox
|
||||
|
||||
if BR2_PACKAGE_MATCHBOX
|
||||
|
||||
config BR2_PACKAGE_MATCHBOX_SM
|
||||
bool "session manager"
|
||||
select BR2_PACKAGE_XLIB_LIBSM
|
||||
help
|
||||
Enable support for the Session Manager.
|
||||
|
||||
comment "matchbox utilities"
|
||||
|
||||
source "package/matchbox-common/Config.in"
|
||||
source "package/matchbox-desktop/Config.in"
|
||||
source "package/matchbox-fakekey/Config.in"
|
||||
source "package/matchbox-keyboard/Config.in"
|
||||
source "package/matchbox-lib/Config.in"
|
||||
source "package/matchbox-panel/Config.in"
|
||||
source "package/matchbox-startup-monitor/Config.in"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user