summaryrefslogtreecommitdiff
path: root/packages/qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qemu.sh')
-rwxr-xr-xpackages/qemu.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/qemu.sh b/packages/qemu.sh
index 8e86740..a7e7966 100755
--- a/packages/qemu.sh
+++ b/packages/qemu.sh
@@ -1,7 +1,7 @@
#!/bin/bash
function package_build {
- run_git_switch_branch master
+ run_switch_branch master
run_configure \
--target-list=x86_64-linux-user,x86_64-softmmu \
--disable-nettle \
@@ -17,12 +17,12 @@ function package_build {
}
function package_get_source {
- run_git_clone git://git.qemu-project.org/qemu.git
+ run_clone git://git.qemu-project.org/qemu.git
}
-function package_deps {
- run_add_dep virglrenderer
-}
+#function package_deps {
+# run_add_dep virglrenderer
+#}
function package_use {
env_bin "bin"