summaryrefslogtreecommitdiffstats
path: root/system/qemu
diff options
context:
space:
mode:
author ponce2012-08-22 16:25:45 +0200
committer Robby Workman2012-08-22 23:01:04 +0200
commitdf7ea9f505337047b57d8fd188c7f5834d51bd50 (patch)
tree97cee35cccb8eb1b83d1c457d3ed211c2602394f /system/qemu
parentfba1d1f5ec989cd1db7462a71277010149fcc58a (diff)
downloadslackbuilds-df7ea9f505337047b57d8fd188c7f5834d51bd50.tar.gz
system/qemu: Fixed dep information
Diffstat (limited to 'system/qemu')
-rw-r--r--system/qemu/README7
-rw-r--r--system/qemu/qemu.info2
2 files changed, 5 insertions, 4 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 1c2c240fc9..253779d6ea 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -6,9 +6,10 @@ By using dynamic translation, it achieves very good performances.
When used as a virtualizer, QEMU achieves near native performances by
executing the guest code directly on the host CPU. A host driver called
-the QEMU accelerator (also known as KQEMU) is needed in this case. The
-virtualizer mode requires that both the host and guest machine use x86
-compatible processors.
+the QEMU accelerator (also known as KQEMU) is needed in this case
+(contained in the optional dependency kqemu). The virtualizer mode
+requires that both the host and guest machine use x86 compatible
+processors.
NOTE:
qemu builds man-pages at compile-time; to do so, /sbin must be in the
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index 125d1ea3cc..6307ef9da5 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://wiki.qemu.org/download/qemu-1.0.1.tar.gz"
MD5SUM="5efd1091f01e3bc31bfdec27b8edeb00"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="kqemu spice"
+REQUIRES=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"