mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
alarm/kodi-rpi-git: add new header dep in prep of 19.1
This commit is contained in:
parent
0c7fb8ace9
commit
d3d2279c45
1 changed files with 5 additions and 3 deletions
|
@ -112,12 +112,14 @@ build() {
|
|||
|
||||
# the build system expects to find /usr/include/drm/drm_fourcc.h however we provide this
|
||||
# in /usr/lib/modules/x.y.z-1-ARCH/build/include/uapi/drm/drm_fourcc.h
|
||||
# and with the release of 19.1, videodev2.h is required
|
||||
#
|
||||
# credit to Kevin for the following hack:
|
||||
|
||||
_kernel_release="$(pacman -Q linux-raspberrypi4-headers | grep -Eo "[^\ ]+$")-ARCH"
|
||||
mkdir -p "$srcdir/uapi/drm"
|
||||
ln -s /usr/lib/modules/$_kernel_release/build/include/uapi/drm/drm_fourcc.h "$srcdir/uapi/drm"
|
||||
mkdir -p "$srcdir/uapi/drm" "$srcdir/uapi/linux"
|
||||
ln -s /usr/lib/modules/"$_kernel_release"/build/include/uapi/drm/drm_fourcc.h "$srcdir/uapi/drm"
|
||||
ln -s /usr/lib/modules/"$_kernel_release"/build/include/uapi/linux/videodev2.h "$srcdir/uapi/linux"
|
||||
export CPPFLAGS+=" -I$srcdir/uapi"
|
||||
|
||||
# -march= defined in /etc/makepkg.conf will override the value for -mcpu we
|
||||
|
@ -209,7 +211,7 @@ package_kodi-rpi-git() {
|
|||
|
||||
# setup video drivers for kodi-gbm
|
||||
install -Dm0644 "$srcdir/kodi.config.txt" "$pkgdir/boot/kodi.config.txt"
|
||||
|
||||
|
||||
# rpi4 wants 512 MB of memory
|
||||
sed -i 's/@@@/512/' "$pkgdir/boot/kodi.config.txt"
|
||||
|
||||
|
|
Loading…
Reference in a new issue