1config BR2_PACKAGE_STELLARIUM 2 bool "stellarium" 3 depends on BR2_PACKAGE_QT5 4 depends on BR2_PACKAGE_QT5_GL_AVAILABLE 5 depends on BR2_PACKAGE_HAS_LIBGL # does not support OpenGL ES 6 select BR2_PACKAGE_QT5BASE_CONCURRENT 7 select BR2_PACKAGE_QT5BASE_GUI 8 select BR2_PACKAGE_QT5BASE_NETWORK 9 select BR2_PACKAGE_QT5BASE_OPENGL 10 select BR2_PACKAGE_QT5BASE_PRINTSUPPORT 11 select BR2_PACKAGE_QT5BASE_WIDGETS 12 select BR2_PACKAGE_QT5LOCATION 13 select BR2_PACKAGE_QT5MULTIMEDIA 14 select BR2_PACKAGE_ZLIB 15 help 16 Stellarium is a free open source planetarium for your 17 computer. It shows a realistic sky in 3D, just like what 18 you see with the naked eye, binoculars or a telescope. 19 20 https://stellarium.org 21 22comment "stellarium needs Qt5 and an OpenGL provider" 23 depends on !BR2_PACKAGE_QT5 || !BR2_PACKAGE_HAS_LIBGL 24