summaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa-dri-glsl-native.bb
blob: 511cdcf2f88f0e7a65132aaee7ea71d228c35935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inherit native

PV = "7.7.999"
PR = "0"
PR_append = "+gitr${SRCREV}"

DEPENDS = "makedepend-native"

SRCREV = "f88b43e8d09bf359e7d5770b133cb433b25f9848"

SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"

S = "${WORKDIR}/git/src/glsl/"

do_configure_prepend() {
  ln -s ${S}/../../configs/default ${S}/../../configs/current
}

do_stage() {
  install -d ${bindir}
  install -m 755 ${S}/apps/compile ${bindir}/glsl-compile
}