mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
parent
61f7567cbd
commit
eec3355f4e
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
pkgbase=gpu-viv-bin-mx6q
|
||||
pkgver=3.10.17_1.0.0
|
||||
_pkgver=${pkgver//_/-}-hfp
|
||||
pkgrel=1.1
|
||||
pkgrel=2
|
||||
pkgdesc="Freescale proprietary Vivante GPU drivers for i.MX6 Quad SoC"
|
||||
|
||||
# filesystem prefix for the include files and license
|
||||
|
@ -58,7 +58,7 @@ prepare() {
|
|||
}
|
||||
|
||||
_package_common() {
|
||||
provides=('gpu-viv-bin-mx6q=4.1.0' 'libegl' 'libgles' 'libgl' 'mesa-libgl')
|
||||
provides=('gpu-viv-bin-mx6q=4.1.0' 'libgl')
|
||||
conflicts=('gpu-viv-bin-mx6q' 'mesa-libgl')
|
||||
cd "${pkgbase}-${_pkgver}"
|
||||
mkdir -p "${pkgdir}${_install_prefix}/include" "${pkgdir}${_install_exec_prefix}/lib"
|
||||
|
|
Loading…
Reference in a new issue