qemu: enable smartcard support by default

fixes #6336.
This commit is contained in:
Enno Boland 2017-05-08 23:02:32 +02:00
parent 8186217922
commit dfe17038d6

View file

@ -1,7 +1,7 @@
# Template file for 'qemu'
pkgname=qemu
version=2.9.0
revision=1
revision=2
short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org"
@ -23,7 +23,7 @@ makedepends="libpng-devel libjpeg-turbo-devel pixman-devel snappy-devel
$(vopt_if smartcard libcacard-devel)"
build_options="gtk opengl sdl sdl2 spice virgl smartcard"
build_options_default="opengl sdl2 virgl"
build_options_default="opengl sdl2 virgl smartcard"
desc_option_gtk="Enable GTK display and use it by default"
desc_option_sdl="Use SDL (1.x) video output"
desc_option_sdl2="Use SDL (2.x) video output"