mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
2a8bb3ac0d
commit
ee193c0a78
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@ buildarch=4
|
|||
|
||||
pkgname=xf86-video-odroid-c1
|
||||
pkgver=0.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="X.org Mali video driver for ODROID-C1"
|
||||
arch=(armv7h)
|
||||
license=('custom')
|
||||
url="http://www.hardkernel.com/"
|
||||
depends=('odroid-c1-libgl-x11')
|
||||
makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'git' 'odroid-c1-libgl-headers')
|
||||
conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 'X-ABI-VIDEODRV_VERSION>=19')
|
||||
makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'git' 'odroid-c1-libgl-headers')
|
||||
conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 'X-ABI-VIDEODRV_VERSION>=20')
|
||||
groups=('xorg-drivers' 'xorg')
|
||||
source=("git+https://github.com/mdrjr/c1_mali_ddx.git")
|
||||
sha256sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue