package/qemu: split long lines
Split the list of dependencies to ease further addition. Signed-off-by: Romain Naour <romain.naour@gmail.com> [yann.morin.1998@free.fr: move first item also on its own line] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f603aa8514
commit
a04be74937
@ -20,7 +20,13 @@ QEMU_CPE_ID_VENDOR = qemu
|
||||
# However, building is still done with configure and make as in previous versions of QEMU.
|
||||
|
||||
# Target-qemu
|
||||
QEMU_DEPENDENCIES = host-meson host-pkgconf libglib2 zlib pixman host-python3
|
||||
QEMU_DEPENDENCIES = \
|
||||
host-meson \
|
||||
host-pkgconf \
|
||||
libglib2 \
|
||||
zlib \
|
||||
pixman \
|
||||
host-python3
|
||||
|
||||
# Need the LIBS variable because librt and libm are
|
||||
# not automatically pulled. :-(
|
||||
@ -246,7 +252,13 @@ $(eval $(generic-package))
|
||||
#-------------------------------------------------------------
|
||||
# Host-qemu
|
||||
|
||||
HOST_QEMU_DEPENDENCIES = host-meson host-pkgconf host-zlib host-libglib2 host-pixman host-python3
|
||||
HOST_QEMU_DEPENDENCIES = \
|
||||
host-meson \
|
||||
host-pkgconf \
|
||||
host-zlib \
|
||||
host-libglib2 \
|
||||
host-pixman \
|
||||
host-python3
|
||||
|
||||
# BR ARCH qemu
|
||||
# ------- ----
|
||||
|
Loading…
Reference in New Issue
Block a user