u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / recipes / mesa / mesa-xlib_7.6.bb
1 include mesa-common.inc
2
3 PROTO_DEPS = "xf86driproto glproto"
4 LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
5
6 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
7
8 SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
9            ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2 \
10           "
11
12 PE = "1"
13 PR = "${INC_PR}.0"
14
15 EXTRA_OECONF += "--disable-gallium --with-driver=xlib"