swc: use branch with fixed intel-tiling
This commit is contained in:
parent
4161b09f40
commit
da5eeecf6f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
pkgname=swc
|
||||
pkgver=master
|
||||
deps="wld:pixman"
|
||||
pkgver=intel-tiling
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/michaelforney/swc/archive/refs/heads/master.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
curl -L "https://github.com/michaelforney/swc/archive/refs/heads/intel-tiling.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
cp ../config.mk .
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue