package/stellarium: disable ShowMySky atmosphere model
Buildroot commit319c56dfe3
bumped stellarium which included these commitsb3f02beaec
5d5edd0e5f
It downloads external packages during the build: $ find output/build/stellarium-23.2/ -iname *.tar.* output/build/stellarium-23.2/_deps/eigen3-subbuild/eigen3-populate-prefix/src/eigen-3.4.0.tar.bz2 output/build/stellarium-23.2/_deps/showmysky-qt5-subbuild/showmysky-qt5-populate-prefix/src/v0.3.1.tar.gz which breaks offline builds. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b032b3b1df
commit
2616272339
@ -18,6 +18,7 @@ STELLARIUM_DEPENDENCIES = \
|
||||
STELLARIUM_CONF_OPTS = \
|
||||
-DENABLE_MEDIA=ON \
|
||||
-DENABLE_NLS=OFF \
|
||||
-DENABLE_SHOWMYSKY=OFF \
|
||||
-DENABLE_QTWEBENGINE=OFF \
|
||||
-DENABLE_QT6=OFF \
|
||||
-DENABLE_XLSX=OFF \
|
||||
|
Loading…
Reference in New Issue
Block a user