MesaLib-git: update to current master
This commit is contained in:
parent
d4c465a12f
commit
7cbd7f3266
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MesaLib-git'.
|
||||
pkgname=MesaLib-git
|
||||
version=20140906
|
||||
revision=2
|
||||
version=20140920
|
||||
revision=1
|
||||
wrksrc="Mesa-git-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||
|
@ -55,7 +55,7 @@ conf_files="/etc/drirc"
|
|||
|
||||
do_fetch() {
|
||||
local url="git://anongit.freedesktop.org/mesa/mesa"
|
||||
local sha=1ee1d8ab468cafd25cfcc513319f3f046492947f
|
||||
local sha=4eb2bbefd2bf0359aff7ebbb8e931a1c7833606f
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in New Issue