make.sh: Build some dependencies for glib earlier

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-12-01 17:23:18 +00:00
committed by Peter Müller
parent b1ff8adbf0
commit 5b5facc3ca

View File

@@ -1176,6 +1176,10 @@ buildipfire() {
lfsmake2 xradio KCFG="" lfsmake2 xradio KCFG=""
lfsmake2 linux-initrd KCFG="" lfsmake2 linux-initrd KCFG=""
lfsmake2 python3-setuptools
lfsmake2 libffi
lfsmake2 ninja
lfsmake2 meson
lfsmake2 glib lfsmake2 glib
lfsmake2 libgudev lfsmake2 libgudev
lfsmake2 libgpg-error lfsmake2 libgpg-error
@@ -1204,7 +1208,6 @@ buildipfire() {
lfsmake2 curl lfsmake2 curl
lfsmake2 tcl lfsmake2 tcl
lfsmake2 sqlite lfsmake2 sqlite
lfsmake2 libffi
lfsmake2 python3 lfsmake2 python3
lfsmake2 rust lfsmake2 rust
lfsmake2 rust-dissimilar lfsmake2 rust-dissimilar
@@ -1324,8 +1327,6 @@ buildipfire() {
lfsmake2 nasm lfsmake2 nasm
lfsmake2 libarchive lfsmake2 libarchive
lfsmake2 cmake lfsmake2 cmake
lfsmake2 ninja
lfsmake2 meson
lfsmake2 libjpeg lfsmake2 libjpeg
lfsmake2 openjpeg lfsmake2 openjpeg
lfsmake2 libexif lfsmake2 libexif
@@ -1420,7 +1421,6 @@ buildipfire() {
lfsmake2 perl-Crypt-PasswdMD5 lfsmake2 perl-Crypt-PasswdMD5
lfsmake2 perl-Net-Telnet lfsmake2 perl-Net-Telnet
lfsmake2 perl-JSON lfsmake2 perl-JSON
lfsmake2 python3-setuptools
lfsmake2 python3-inotify lfsmake2 python3-inotify
lfsmake2 python3-docutils lfsmake2 python3-docutils
lfsmake2 python3-daemon lfsmake2 python3-daemon