Browse Source

* improved qemu to disable graphical output support if libsdl is not

installed


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20651 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
dbac34f3e1
  1. 5
      emulators/qemu/qemu.conf

5
emulators/qemu/qemu.conf

@ -19,3 +19,8 @@ var_append confopt ' ' '--disable-gcc-check'
if [[ $arch = x86* ]]; then
hook_add prepatch 5 'tar $taropt `match_source_file -p kqemu`'
fi
if ! pkginstalled libsdl ; then
echo_warning "Disable graphical output support (libsdl not installed)"
var_append confopt ' ' "--disable-gfx-check"
fi

Loading…
Cancel
Save