mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
qemu: needs libglib2
Build error message is: glib-2.12 required to compile QEMU 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
21df600169
commit
f55cad3689
@@ -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 zlib
|
||||
QEMU_DEPENDENCIES = host-pkgconf zlib libglib2
|
||||
|
||||
# BR ARCH qemu
|
||||
# ------- ----
|
||||
|
||||
Reference in New Issue
Block a user