glib2: fix host build offline download
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 May 2023 09:43:20 +0000 (11:43 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 12 May 2023 08:11:46 +0000 (11:11 +0300)
commitc664b83535c24df35d6a1ec46440b4fb04d270ec
tree690c1406b115c2df5527f64116406f0a70b51dcd
parent33e7dbadb0607196536af75d55ed95e18f4d3007
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>
libs/glib2/Makefile