qemu: really make smartcard support off by default

This commit is contained in:
Alessio Sergi 2017-03-16 17:40:40 +01:00
parent f56340bba0
commit 9c0663e7b1
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qemu' # Template file for 'qemu'
pkgname=qemu pkgname=qemu
version=2.8.0 version=2.8.0
revision=3 revision=4
short_desc="Open Source Processor Emulator" short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org" homepage="http://qemu.org"
@ -69,6 +69,7 @@ do_configure() {
${want_sdl} \ ${want_sdl} \
$(vopt_if sdl "--with-sdlabi=1.2") \ $(vopt_if sdl "--with-sdlabi=1.2") \
$(vopt_if sdl2 "--with-sdlabi=2.0") \ $(vopt_if sdl2 "--with-sdlabi=2.0") \
$(vopt_enable smartcard) \
$(vopt_enable gtk) ${args} $(vopt_enable gtk) ${args}
} }
do_build() { do_build() {