hc
2024-03-22 ac5f19e89dcbd5c7428fcc78a0d407c887564466
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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