mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Merge pull request #743 from CrawX/upstream
alarm/xbmc-imx fix compile after 51d8b23414
This commit is contained in:
commit
6827e6879c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
buildarch=4
|
buildarch=4
|
||||||
|
|
||||||
pkgname=xbmc-imx-git
|
pkgname=xbmc-imx-git
|
||||||
pkgver=13.20140226
|
pkgver=13.20140304
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A software media player and entertainment hub for digital media for the Wandboard"
|
pkgdesc="A software media player and entertainment hub for digital media for the Wandboard"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -74,7 +74,7 @@ build() {
|
||||||
# dirty: copy headers from kernel as we need those but apart from that want to use the ones in /usr/include
|
# dirty: copy headers from kernel as we need those but apart from that want to use the ones in /usr/include
|
||||||
KERNELSRC=/usr/src/linux-${_kernel_release}
|
KERNELSRC=/usr/src/linux-${_kernel_release}
|
||||||
mkdir -p linux-includes/include/linux
|
mkdir -p linux-includes/include/linux
|
||||||
for f in mxcfb.h mxc_v4l2.h; do
|
for f in mxcfb.h mxc_v4l2.h ipu.h; do
|
||||||
cp "${KERNELSRC}/include/linux/${f}" linux-includes/include/linux/
|
cp "${KERNELSRC}/include/linux/${f}" linux-includes/include/linux/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue