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