summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend
blob: 13273792b10c644e7fe75f8660233950673c7943 (plain)
1
2
3
4
5
6
7
8
9
10
FILESEXTRAPATHS_prepend_qemux86-64 := "${THISDIR}/${BPN}:"
SRC_URI_append_qemux86-64 = " file://0001-Use-llvm_prefix-variable-directly.patch"
EXTRA_OECONF_qemux86-64 = "--enable-shared-glapi --with-llvm-prefix=${STAGING_BINDIR_CROSS}"

# 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}"

DRIDRIVERS_append_intel-corei7-64 = ",i965"