mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/kodi-rpi: add new header dep in prep of 19.1
This commit is contained in:
parent
8f07bbce1d
commit
3d2415ac72
1 changed files with 5 additions and 3 deletions
|
@ -108,12 +108,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
|
||||
|
|
Loading…
Reference in a new issue