mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
qemu: needs zlib
Build error message is: Error: zlib check failed Make sure to have the zlib libs and headers installed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
9874442ee2
commit
21df600169
@@ -8,7 +8,7 @@ QEMU_VERSION = 1.2.0
|
||||
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.bz2
|
||||
QEMU_SITE = http://wiki.qemu.org/download
|
||||
|
||||
QEMU_DEPENDENCIES = host-pkgconf
|
||||
QEMU_DEPENDENCIES = host-pkgconf zlib
|
||||
|
||||
# BR ARCH qemu
|
||||
# ------- ----
|
||||
|
||||
Reference in New Issue
Block a user