Skip to content

Commit

Permalink
angstrom: enable opengl for x86
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi authored and kraj committed Jan 7, 2013
1 parent cd4bd1d commit b1e1e22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/distro/include/angstrom.inc
Expand Up @@ -162,6 +162,12 @@ DISTRO_FEATURES += "x11"
DISTRO_FEATURES += "3g" DISTRO_FEATURES += "3g"
DISTRO_FEATURES += "pulseaudio" DISTRO_FEATURES += "pulseaudio"


# OpenGL support
DISTRO_GLFEATURES_x86 = "opengl"
DISTRO_GLFEATURES ?= ""

DISTRO_FEATURES += "${DISTRO_GLFEATURES}"

# Inherit the default LIBC features superset from OE-core # Inherit the default LIBC features superset from OE-core
DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}" DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"


Expand Down

0 comments on commit b1e1e22

Please sign in to comment.