Files
operating-system/buildroot/package/stellarium/Config.in
Pascal Vizeli 5a6678147e Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-04-16 20:03:01 +02:00

24 lines
809 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_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