mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
[kodi-imx] Fixed pull request issues
* added libva dependency * added '--disable-openmax' configure option
This commit is contained in:
parent
a670f729a6
commit
26cc079568
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ depends=(
|
||||||
'libnfs' 'afpfs-ng' 'avahi' 'bluez-libs' 'tinyxml' 'libcec'
|
'libnfs' 'afpfs-ng' 'avahi' 'bluez-libs' 'tinyxml' 'libcec'
|
||||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay-git'
|
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay-git'
|
||||||
'hicolor-icon-theme' 'libfslvpuwrap' 'gpu-viv-bin-mx6q-fb'
|
'hicolor-icon-theme' 'libfslvpuwrap' 'gpu-viv-bin-mx6q-fb'
|
||||||
'libcec-imx6' 'firmware-imx')
|
'libva' 'libcec-imx6' 'firmware-imx')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'boost' 'cmake' 'gperf' 'nasm' 'zip' 'udisks' 'upower' 'git'
|
'boost' 'cmake' 'gperf' 'nasm' 'zip' 'udisks' 'upower' 'git'
|
||||||
'autoconf' 'java-environment')
|
'autoconf' 'java-environment')
|
||||||
|
@ -103,6 +103,7 @@ build() {
|
||||||
--enable-rsxs \
|
--enable-rsxs \
|
||||||
--enable-rtmp \
|
--enable-rtmp \
|
||||||
--disable-vaapi \
|
--disable-vaapi \
|
||||||
|
--disable-openmax \
|
||||||
--enable-optical-drive \
|
--enable-optical-drive \
|
||||||
--enable-texturepacker \
|
--enable-texturepacker \
|
||||||
--with-lirc-device=/run/lirc/lircd \
|
--with-lirc-device=/run/lirc/lircd \
|
||||||
|
|
Loading…
Reference in a new issue