summaryrefslogtreecommitdiffstats
path: root/system/virtualbox
diff options
context:
space:
mode:
Diffstat (limited to 'system/virtualbox')
-rw-r--r--system/virtualbox/README5
-rw-r--r--system/virtualbox/virtualbox.info2
2 files changed, 3 insertions, 4 deletions
diff --git a/system/virtualbox/README b/system/virtualbox/README
index 475bb049e9..772d5c27c9 100644
--- a/system/virtualbox/README
+++ b/system/virtualbox/README
@@ -11,12 +11,11 @@ and make your user a member of that group.
To compile virtualbox without the Qt4 GUI pass QT4=no to the script.
-To enable the webservice pass WEBSERVICE=yes to the script. This adds gsoap
-to the list of required dependencies.
+To enable the webservice pass WEBSERVICE=yes to the script. This will
+require the optional dependency gsoap.
If you want to attach VirtualBox to a VDE network you will need vde2.
-VirtualBox requires also the jdk package from /extra.
See README.SLACKWARE for some setup notes.
NOTE: This will not build on a stock x86_64 system.
diff --git a/system/virtualbox/virtualbox.info b/system/virtualbox/virtualbox.info
index 2f8d5d9a53..14c7fe2be6 100644
--- a/system/virtualbox/virtualbox.info
+++ b/system/virtualbox/virtualbox.info
@@ -11,6 +11,6 @@ MD5SUM="f8baa04e6d589bc6b1fb4e7079fbe414 \
db41373e270b06c00dd3d2c89b95899a"
DOWNLOAD_x86_64="UNTESTED"
MD5SUM_x86_64=""
-REQUIRES="acpica virtualbox-kernel"
+REQUIRES="acpica jdk virtualbox-kernel"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"