parent
778cfaddbf
commit
ee55c5ddca
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue