mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
enable ALSA support
ALSA support is needed for other audio devices like USB and the HiFiBerry. Tested and confirmed that on-board audio still works and USB audio works as well.
This commit is contained in:
parent
f7f54b0e85
commit
78e4ea4ad2
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ buildarch=20
|
|||
pkgname=kodi-rbp
|
||||
pkgver=14.1
|
||||
_codename=Helix
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -75,7 +75,6 @@ build() {
|
|||
--disable-xrandr \
|
||||
--enable-airplay \
|
||||
--enable-airtunes \
|
||||
--disable-alsa \
|
||||
--enable-avahi \
|
||||
--enable-libbluray \
|
||||
--enable-dvdcss \
|
||||
|
|
Loading…
Reference in a new issue