af457e6da3
Release notes:
http://stellarium.org/release/2022/03/27/stellarium-0.22.0.html
Added upstream patch to fix build error.
Added dependency to qt5charts following upstream commit:
5b8fece8d0 (diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR487)
Added configure option to disable qt5webengine support, the package is
broken: https://bugs.busybox.net/show_bug.cgi?id=14681
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
25 lines
839 B
Plaintext
25 lines
839 B
Plaintext
config BR2_PACKAGE_STELLARIUM
|
|
bool "stellarium"
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on BR2_PACKAGE_QT5_GL_AVAILABLE
|
|
depends on BR2_PACKAGE_HAS_LIBGL # does not support OpenGL ES
|
|
select BR2_PACKAGE_QT5BASE_CONCURRENT
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_NETWORK
|
|
select BR2_PACKAGE_QT5BASE_OPENGL
|
|
select BR2_PACKAGE_QT5BASE_PRINTSUPPORT
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
|
select BR2_PACKAGE_QT5CHARTS
|
|
select BR2_PACKAGE_QT5LOCATION
|
|
select BR2_PACKAGE_QT5MULTIMEDIA
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Stellarium is a free open source planetarium for your
|
|
computer. It shows a realistic sky in 3D, just like what
|
|
you see with the naked eye, binoculars or a telescope.
|
|
|
|
https://stellarium.org
|
|
|
|
comment "stellarium needs Qt5 and an OpenGL provider"
|
|
depends on !BR2_PACKAGE_QT5 || !BR2_PACKAGE_HAS_LIBGL
|