angstrom: add 'x11' to DISTRO_FEATURES to keep feature parity

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-08-15 14:33:53 +02:00
parent d9bbe11983
commit 3064a0dda9

View File

@@ -194,6 +194,7 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci
# USE-flag like features
DISTRO_FEATURES += "tk"
DISTRO_FEATURES += "x11"
# Add thumb-interwork to feature list if selected machine supports it.
DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}'