summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2022-02-14 08:30:29 +0100
committer Robby Workman2022-02-14 09:59:27 +0100
commit7ba3c0330ab1bec80d581d504a3c48e3f91f453f (patch)
tree6d5bdc9f4fb44b731d25075fad83ab0d5a7dd63a
parent856911a1e63364e85f44aa04ad28d193442750a2 (diff)
downloadslackbuilds-7ba3c0330ab1bec80d581d504a3c48e3f91f453f.tar.gz
system/qemu: Fixup README; remove NUMJOBS from script
NUMJOBS should not have been here at all - it was introduced in 823f74941a30
-rw-r--r--system/qemu/README12
-rw-r--r--system/qemu/qemu.SlackBuild1
2 files changed, 2 insertions, 11 deletions
diff --git a/system/qemu/README b/system/qemu/README
index a5d624c8fc..764953321d 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -39,13 +39,8 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled.
For older/unmaintained qemu frontends, this build also creates a symlink
to qemu-system-ARCH at /usr/bin/qemu-kvm.
-libiscsi, libcacard, liburing, spice, usbredir, virglrenderer,
-device-tree-compiler, libnfs, snappy, glusterfs and vde2 are optional
-dependencies.
-
-NOTE:
-To compile with virglrenderer, you will need to upgrade to
-mesa-12.0.0 or higher.
+libiscsi, libcacard, spice, usbredir, virglrenderer, device-tree-compiler,
+libnfs, snappy, glusterfs, and vde2 are optional dependencies.
Sphinx is optional but required in order for any of the documentation to be
built.
@@ -58,6 +53,3 @@ If you wish to emulate ARM, you will want device-tree-compiler.
NOTES:
This version breaks some backward compatibility with earlier versions.
Consult the official changelogs for details.
-
- SDL 1.2 support is deprecated, SDL 2.0 should be used instead.
- Python 3.x can be used to build QEMU.
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index fde1f1b2d6..b42f0be6ff 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -35,7 +35,6 @@ SRCVER=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-NUMJOBS=${NUMJOBS:-1}
KVMGROUP=${KVMGROUP:-users}
TARGETS=${TARGETS:-some}