diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2022-02-14 01:30:29 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-14 02:59:27 -0600 |
commit | 7ba3c0330ab1bec80d581d504a3c48e3f91f453f (patch) | |
tree | 6d5bdc9f4fb44b731d25075fad83ab0d5a7dd63a /system/qemu | |
parent | 856911a1e63364e85f44aa04ad28d193442750a2 (diff) |
system/qemu: Fixup README; remove NUMJOBS from script
NUMJOBS should not have been here at all - it was introduced
in 823f74941a30
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/README | 12 | ||||
-rw-r--r-- | system/qemu/qemu.SlackBuild | 1 |
2 files changed, 2 insertions, 11 deletions
diff --git a/system/qemu/README b/system/qemu/README index a5d624c8fc15..764953321d9e 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 fde1f1b2d640..b42f0be6ffdd 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} |