xf86-video-nouveau: use older version until libdrm update.
This commit is contained in:
parent
022e8fa079
commit
3e8025c4c5
1 changed files with 3 additions and 2 deletions
|
@ -27,9 +27,10 @@ Add_dependency build xorg-server-devel
|
||||||
Add_dependency build xorg-util-macros
|
Add_dependency build xorg-util-macros
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local gitrepo="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau"
|
#local gitrepo="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau"
|
||||||
|
local gitrepo="git://github.com/skeggsb/xf86-video-nouveau.git"
|
||||||
msg_normal "Fetching source from git repo at: $gitrepo\n"
|
msg_normal "Fetching source from git repo at: $gitrepo\n"
|
||||||
git clone --depth 1 ${gitrepo} ${pkgname}-${version}
|
git clone --depth 1 -b master ${gitrepo} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue