diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-16 09:12:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-16 09:12:09 +0100 |
commit | 5452b155e112c43887c009f633b36ce72e2adf35 (patch) | |
tree | fc110d646a658e9b1dfc4260dfa90a34f9313ee6 /recipes/mesa/mesa-xlib_7.6.bb | |
parent | 47d6cb217ff161738488f4f82af9dd8f8c616ce0 (diff) |
mesa: add 7.6 from xorg-7.5 branch, update git version with different SRC_URI for om-gta02 (glamo patches)
Diffstat (limited to 'recipes/mesa/mesa-xlib_7.6.bb')
-rw-r--r-- | recipes/mesa/mesa-xlib_7.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/mesa/mesa-xlib_7.6.bb b/recipes/mesa/mesa-xlib_7.6.bb new file mode 100644 index 0000000000..3085e8d0ff --- /dev/null +++ b/recipes/mesa/mesa-xlib_7.6.bb @@ -0,0 +1,15 @@ +include mesa-common.inc + +PROTO_DEPS = "xf86driproto glproto" +LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" + +DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" + +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ + ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2 \ + " + +PE = "1" +PR = "${INC_PR}.0" + +EXTRA_OECONF += "--disable-gallium --with-driver=xlib" |