extra/lirc: changed to use userspace drivers

This commit is contained in:
Kevin Mihelich 2011-10-17 17:02:16 -04:00
parent 21b5ed6ea3
commit d05e0261d1

View file

@ -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
}