mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rpi-git to 19.0b2.56808.0f75c91014-5
This commit is contained in:
parent
8bc5ee4aea
commit
37339a43d5
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ _commitnumber=56808
|
|||
_commit=0f75c910145f31dcb48219bc6174b0a15156ceaa
|
||||
|
||||
pkgver="19.0b2.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv7h')
|
||||
url="https://github.com/popcornmix/xbmc/tree/gbm"
|
||||
license=('GPL2')
|
||||
|
@ -129,7 +129,7 @@ build() {
|
|||
|
||||
_kernel_release="$(pacman -Q linux-raspberrypi4-headers | grep -Eo "[^\ ]+$")-ARCH"
|
||||
mkdir -p "$srcdir/uapi/drm"
|
||||
ln -s /usr/lib/modules/${_kernel_release/.rc/-rc}/build/include/uapi/drm/drm_fourcc.h "$srcdir/uapi/drm"
|
||||
ln -s /usr/lib/modules/$_kernel_release/build/include/uapi/drm/drm_fourcc.h "$srcdir/uapi/drm"
|
||||
export CPPFLAGS+=" -I$srcdir/uapi"
|
||||
|
||||
# -march= defined in /etc/makepkg.conf will override the value for -mcpu we
|
||||
|
|
Loading…
Reference in a new issue