summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-12-15 16:50:08 +0000
committermaya <maya@pkgsrc.org>2020-12-15 16:50:08 +0000
commit59dfd18cef81d8f12e207418229ea964f41b8cec (patch)
tree1bc32e39b3c73ff82a329df3c452302c6c61170c /emulators
parentb0fb61481fe3612c94ecc178621e68cd16a85511 (diff)
downloadpkgsrc-59dfd18cef81d8f12e207418229ea964f41b8cec.tar.gz
qemu: enable spice by default.
Proposed without objections on tech-pkg in https://mail-index.netbsd.org/tech-pkg/2020/11/01/msg023995.html PKGREVISION++
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/qemu/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 8110318ca2c..9d8e4375027 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.257 2020/12/04 20:45:17 nia Exp $
+# $NetBSD: Makefile,v 1.258 2020/12/15 16:50:08 maya Exp $
DISTNAME= qemu-5.1.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
diff --git a/emulators/qemu/options.mk b/emulators/qemu/options.mk
index cc08553671e..1c0185915a2 100644
--- a/emulators/qemu/options.mk
+++ b/emulators/qemu/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2020/09/27 21:27:27 jakllsch Exp $
+# $NetBSD: options.mk,v 1.13 2020/12/15 16:50:08 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice
-PKG_SUGGESTED_OPTIONS+= iscsi
+PKG_SUGGESTED_OPTIONS+= iscsi spice
.include "../../mk/bsd.fast.prefs.mk"