mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/matchbox-common: move one directory higher
We usually do not have a sub-directory for a family of related packages, so move matchbox packages one directory higher, so they all are in packages/ Also re-order packages alphabetically. Reported-by: Arnout Vandecappelle <arnout@mind.be> 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
390ef4ebb4
commit
3b468acbb4
@@ -18,12 +18,12 @@ config BR2_PACKAGE_MATCHBOX
|
||||
|
||||
if BR2_PACKAGE_MATCHBOX
|
||||
|
||||
source "package/matchbox/matchbox-lib/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"
|
||||
source "package/matchbox/matchbox-keyboard/Config.in"
|
||||
source "package/matchbox/matchbox-startup-monitor/Config.in"
|
||||
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