blob: ef0bec407f3fd4bafd98090a63d03ef765258d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require ${BPN}.inc
DEFAULT_PREFERENCE = "-1"
PR = "${INC_PR}.0"
# 9.1.3 commit
SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02"
PV = "9.1.3+git${SRCPV}"
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \
file://fix-glsl-cross.patch \
"
S = "${WORKDIR}/git"
|