diff options
Diffstat (limited to 'system')
-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 a5d624c8fc158..764953321d9e7 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 fde1f1b2d640c..b42f0be6ffdd6 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} |