qemu: really make smartcard support off by default
This commit is contained in:
parent
f56340bba0
commit
9c0663e7b1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qemu'
|
||||
pkgname=qemu
|
||||
version=2.8.0
|
||||
revision=3
|
||||
revision=4
|
||||
short_desc="Open Source Processor Emulator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://qemu.org"
|
||||
|
@ -69,6 +69,7 @@ do_configure() {
|
|||
${want_sdl} \
|
||||
$(vopt_if sdl "--with-sdlabi=1.2") \
|
||||
$(vopt_if sdl2 "--with-sdlabi=2.0") \
|
||||
$(vopt_enable smartcard) \
|
||||
$(vopt_enable gtk) ${args}
|
||||
}
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue