qemu: disable libusb

QEMU cannot be used with termux-usb due to way how it passes descriptors.
This commit is contained in:
Leonid Pliushch 2020-05-06 15:55:49 +03:00
parent 8d92b8b03e
commit 7634da7dba
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
# Do not update version unless you verified that it works properly.
_PACKAGE_VERSION=4.1.1
TERMUX_PKG_VERSION=1:${_PACKAGE_VERSION}
TERMUX_PKG_REVISION=4
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=https://download.qemu.org/qemu-${_PACKAGE_VERSION}.tar.xz
TERMUX_PKG_SHA256="ed6fdbbdd272611446ff8036991e9b9f04a2ab2e3ffa9e79f3bab0eb9a95a1d2"
TERMUX_PKG_DEPENDS="attr, glib, libbz2, libc++, libcap, libcurl, libandroid-shmem, libgcrypt, libiconv, libjpeg-turbo, liblzo, libnfs, libpixman, libpng, libssh, libusb, libxml2, ncurses, qemu-common, resolv-conf, zlib"
TERMUX_PKG_DEPENDS="attr, glib, libbz2, libc++, libcap, libcurl, libandroid-shmem, libgcrypt, libiconv, libjpeg-turbo, liblzo, libnfs, libpixman, libpng, libssh, libxml2, ncurses, qemu-common, resolv-conf, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
@ -76,7 +76,7 @@ termux_step_configure() {
--disable-hvf \
--disable-whpx \
--enable-libnfs \
--enable-libusb \
--disable-libusb \
--enable-lzo \
--disable-snappy \
--enable-bzip2 \