diff options
Diffstat (limited to 'packages/qemu.sh')
-rwxr-xr-x | packages/qemu.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/qemu.sh b/packages/qemu.sh index e83d12b..5c0df62 100755 --- a/packages/qemu.sh +++ b/packages/qemu.sh @@ -15,15 +15,3 @@ CONFIGURE_FLAGS="\ --enable-virglrenderer \ --enable-sdl \ --with-sdlabi=2.0" - -function package_build { - run_switch_branch - run_configure - - run_make - run_make_install -} - -#function package_deps { -# run_add_dep virglrenderer -#} |