mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=kodi-rbp
|
||||||
pkgver=14.1
|
pkgver=14.1
|
||||||
_codename=Helix
|
_codename=Helix
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||||
arch=('armv6h' 'armv7h')
|
arch=('armv6h' 'armv7h')
|
||||||
url="http://kodi.tv"
|
url="http://kodi.tv"
|
||||||
|
@ -75,7 +75,6 @@ build() {
|
||||||
--disable-xrandr \
|
--disable-xrandr \
|
||||||
--enable-airplay \
|
--enable-airplay \
|
||||||
--enable-airtunes \
|
--enable-airtunes \
|
||||||
--disable-alsa \
|
|
||||||
--enable-avahi \
|
--enable-avahi \
|
||||||
--enable-libbluray \
|
--enable-libbluray \
|
||||||
--enable-dvdcss \
|
--enable-dvdcss \
|
||||||
|
|
Loading…
Reference in a new issue