mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/lirc: changed to use userspace drivers
This commit is contained in:
parent
21b5ed6ea3
commit
d05e0261d1
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ plugrel=1
|
|||
pkgbase=lirc
|
||||
pkgname=('lirc' 'lirc-utils')
|
||||
pkgver=0.9.0
|
||||
pkgrel=6
|
||||
pkgrel=6.1
|
||||
epoch=1
|
||||
_kernver=3.0-ARCH
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -52,7 +52,7 @@ build() {
|
|||
autoreconf
|
||||
|
||||
PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
|
||||
--with-driver=none --with-transmitter
|
||||
--with-driver=userspace --with-transmitter
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue