mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/xf86-video-odroid-c1 to 0.5-3
This commit is contained in:
parent
832e20a44d
commit
85f7427c37
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=xf86-video-odroid-c1
|
||||
pkgver=0.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="X.org Mali video driver for ODROID-C1"
|
||||
arch=(armv7h)
|
||||
license=('custom')
|
||||
|
@ -27,5 +27,5 @@ build() {
|
|||
package() {
|
||||
cd c1_mali_ddx
|
||||
install -Dm755 src/.libs/mali_drv.so "${pkgdir}/usr/lib/xorg/modules/drivers/mali_drv.so"
|
||||
install -Dm755 src/xorg.conf "${pkgdir}/etc/X11/xorg.conf.d/99-mali-c1.conf"
|
||||
install -Dm644 src/xorg.conf "${pkgdir}/etc/X11/xorg.conf.d/99-mali-c1.conf"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue