aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa-dri_7.8.2.bb
blob: 8c4cef66fd8a5c7a45ee9b32b9a177a4f5f8d1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
require mesa-common.inc
require mesa-${PV}.inc
require mesa-dri.inc
PR = "${INC_PR}.0"

DEPENDS += "mesa-dri-glsl-native"

# We need glsl-compile built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
do_configure_prepend() {
  sed -i "s#^GLSL_CL = .*\$#GLSL_CL = ${STAGING_BINDIR_NATIVE}/glsl-compile#g" ${S}/src/mesa/shader/slang/library/Makefile
}