mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
5c351fd218
libslirp dep was missing from qemu-system-*-headless subpackages. Use TERMUX_SUBPKG_DEPEND_ON_PARENT=deps to avoid this type of bug. Note that qemu-system-m68k-headless actually does not depend on libusb{,redir}.
8 lines
217 B
Bash
8 lines
217 B
Bash
TERMUX_SUBPKG_DESCRIPTION="A generic and open source machine emulator and virtualizer (headless)"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=deps
|
|
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
bin/qemu-system-ppc
|
|
share/man/man1/qemu-system-ppc.1.gz
|
|
"
|