angstrom.inc: add opengl to DISTRO_FEATURES for all machines

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andreas Müller
2013-09-20 09:43:31 +02:00
committed by Koen Kooi
parent db8ff2f564
commit 562ddcf7e2

View File

@@ -170,10 +170,7 @@ DISTRO_FEATURES += "3g"
DISTRO_FEATURES += "pulseaudio"
# OpenGL support
DISTRO_GLFEATURES_x86 = "opengl"
DISTRO_GLFEATURES ?= ""
DISTRO_FEATURES += "${DISTRO_GLFEATURES}"
DISTRO_FEATURES += "opengl"
# Inherit the default LIBC features superset from OE-core
DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"