qemu: enable sdl2 again

resolves #4275
This commit is contained in:
Helmut Pozimski 2018-11-10 07:58:31 +01:00
parent 778cfaddbf
commit ee55c5ddca
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'qemu'
pkgname=qemu
version=3.0.0
revision=2
revision=3
short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://qemu.org"
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=933e62ad604f5f8d0a93f5e0a98fd95f9d2e23ff1dbd0c744c6c7506bba8ebe8
nocross=https://api.travis-ci.org/jobs/210268003/log.txt
@ -23,7 +23,7 @@ makedepends="libpng-devel libjpeg-turbo-devel pixman-devel snappy-devel
$(vopt_if smartcard libcacard-devel)"
build_options="gtk3 opengl sdl sdl2 spice virgl smartcard"
build_options_default="opengl gtk3 virgl smartcard"
build_options_default="opengl gtk3 virgl smartcard sdl2"
desc_option_sdl="Use SDL (1.x) video output"
desc_option_sdl2="Use SDL (2.x) video output"
desc_option_spice="Enable support for SPICE"