package/matchbox: make matchbox-wm a real package

Similarly to what we just did for matchbox-lib, we make matchbox-wm 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:
Yann E. MORIN 2015-06-03 22:41:20 +02:00 committed by Thomas Petazzoni
parent 4c1280ed85
commit cee70bd948
3 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ config BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXDAMAGE
select BR2_PACKAGE_XLIB_LIBXCURSOR
select BR2_PACKAGE_MATCHBOX_LIB
select BR2_PACKAGE_MATCHBOX_WM
help
Matchbox is an Open Source base environment for the X Window
System running on non-desktop embedded platforms such as
@ -19,6 +20,7 @@ config BR2_PACKAGE_MATCHBOX
if BR2_PACKAGE_MATCHBOX
source "package/matchbox/matchbox-lib/Config.in"
source "package/matchbox/matchbox-wm/Config.in"
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"

View File

@ -0,0 +1,3 @@
config BR2_PACKAGE_MATCHBOX_WM
bool
select BR2_PACKAGE_MATCHBOX_LIB

View File

@ -1,4 +1,3 @@
ifeq ($(BR2_PACKAGE_MATCHBOX),y)
include $(sort $(wildcard package/matchbox/*/*.mk))
PACKAGES += matchbox-wm
endif