summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-12 14:54:11 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-12 14:54:11 +0000
commitf2692910f2562e7ec043ba9fba32cf6284e1997a (patch)
treec1958b39c6e14fb411079bf7aa8c7422efe77729
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-f2692910f2562e7ec043ba9fba32cf6284e1997a.tar.gz
Added placeholder morph file
-rw-r--r--VirtualBox.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/VirtualBox.morph b/VirtualBox.morph
new file mode 100644
index 00000000..5e050034
--- /dev/null
+++ b/VirtualBox.morph
@@ -0,0 +1,13 @@
+{
+ "name": "VirtualBox",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --build-headless --disable-xpcom --disable-python --disable-java --disable-vmmraw --disable-sdl-ttf --disable-dbus --disable-pulse --disable-alsa --disable-opengl --disable-docs --disable-udptunnel --disable-devmapper --disable-hardening",
+ "source env.sh"
+ ],
+ "build-commands": [
+ "kmk vboxvideo_drv",
+ "kmk vboxvideo_drm"
+ ]
+}