summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_agl.inc
blob: e74761317b20da15ee9deed6aa1a6eebc2df789b (plain)
1
2
3
4
5
6
7
# The gallium-llvm is recommended as software 3D graphics renderer
GALLIUM_LLVM = "gallium-llvm"
PACKAGECONFIG:append:qemux86 = " gallium ${GALLIUM_LLVM}"
PACKAGECONFIG:append:qemux86-64 = " gallium ${GALLIUM_LLVM}"
PACKAGECONFIG:append:intel-corei7-64 = " gallium ${GALLIUM_LLVM}"

DRIDRIVERS:append:intel-corei7-64 = ",i965"