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:
Romain Naour 2022-12-17 16:37:27 +01:00 committed by Yann E. MORIN
parent f603aa8514
commit a04be74937

View File

@ -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
# ------- ----