diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index c50ba15f53..10ebd1c7ad 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb | |||
@@ -6,10 +6,8 @@ SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | |||
6 | # file://mesa-DRI2Swapbuffer.patch " | 6 | # file://mesa-DRI2Swapbuffer.patch " |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | PROTO_DEPS = "xf86driproto glproto dri2proto" | 9 | PROTO_DEPS += "dri2proto" |
10 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | 10 | LIB_DEPS += "libdrm expat" |
11 | |||
12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | ||
13 | 11 | ||
14 | SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" | 12 | SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" |
15 | PV = "7.7+git${SRCPV}" | 13 | PV = "7.7+git${SRCPV}" |