glib2: fix host build offline download
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 May 2023 09:43:20 +0000 (11:43 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 21 Sep 2023 07:34:34 +0000 (09:34 +0200)
commit0d13ad10fd1251cb6a4dcec4d08772ded9730f2c
treec70bb77b519dd576553d2dffdc9b16f4c7fb3351
parent698f630627a41623c37279f7766787807b6be1b4
glib2: fix host build offline download

If buildsystem does not have a internet connection, then the build
fails. This is because of the fact, that glib2 is downloading and building
the missing dependencies during host compilation.

This cannot be allowed to happen. The package must also be built without
an internet connection.

Adding the missing host build dependency and removing the 'forcefallback'
fixes this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit c664b83535c24df35d6a1ec46440b4fb04d270ec)
libs/glib2/Makefile