From 4466509eabf319ed94d84d94131dab89a7c75abe Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 30 Apr 2020 18:53:08 -0500 Subject: [PATCH] qemu: enable iSCSI support --- srcpkgs/qemu/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 4ec8b486b8f..67f47f65674 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -1,7 +1,7 @@ # Template file for 'qemu' pkgname=qemu version=4.2.0 -revision=2 +revision=3 short_desc="Open Source Processor Emulator" maintainer="Helmut Pozimski " license="GPL-2.0-or-later, LGPL-2.1-or-later" @@ -20,15 +20,17 @@ makedepends="libpng-devel libjpeg-turbo-devel pixman-devel snappy-devel $(vopt_if sdl2 SDL2-devel) $(vopt_if gtk3 "gtk+3-devel vte3-devel") $(vopt_if spice spice-devel) $(vopt_if virgl virglrenderer-devel) $(vopt_if opengl 'libepoxy-devel libdrm-devel MesaLib-devel') + $(vopt_if iscsi 'libiscsi-devel') $(vopt_if smartcard libcacard-devel) $(vopt_if numa 'libnuma-devel')" -build_options="gtk3 opengl sdl2 spice virgl smartcard numa" -build_options_default="opengl gtk3 virgl smartcard sdl2 numa" +build_options="gtk3 opengl sdl2 spice virgl smartcard numa iscsi" +build_options_default="opengl gtk3 virgl smartcard sdl2 numa iscsi" desc_option_sdl2="Enable SDL (2.x) video output" desc_option_spice="Enable support for SPICE" desc_option_virgl="Enable support for VirGL (A Virtual 3D GPU renderer)" desc_option_smartcard="Enable smartcard support" desc_option_numa="Enable support for host NUMA" +desc_option_iscsi="Enable support for iSCSI" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*|ppc64le*) build_options_default+=" spice";;