mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/libcec-cubox: fix configure
This commit is contained in:
parent
10301f22ba
commit
96fe0a5a08
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ build() {
|
|||
cd "$pkgname-$pkgver"
|
||||
patch -p1 -i "${srcdir}/${source[1]}"
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr --enable-cubox --enable-shared=lockdev
|
||||
./configure --prefix=/usr --enable-cubox --enable-shared=lockdev \
|
||||
--with-tda995x-toolkit-path="/usr/src/linux-${_kernel_release}/include/nxp_hdmi"
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue