mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/xf86-video-imx moar fix
This commit is contained in:
parent
3e496b68bb
commit
4ff14ffb3d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ prepare() {
|
|||
build() {
|
||||
cd "${srcdir}/${srcname}-${pkgver}"
|
||||
|
||||
_kernel_release="$(pacman -Q linux-headers-imx6 | grep -Eo "[^\ ]+$")-ARCH+"
|
||||
_kernel_release="$(pacman -Q linux-headers-imx6-fsl | grep -Eo "[^\ ]+$")-ARCH+"
|
||||
CPPFLAGS+=" -I/usr/src/linux-${_kernel_release}/include"
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
|
Loading…
Reference in a new issue