xref: /OK3568_Linux_fs/buildroot/package/sunwait/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SUNWAIT
2	bool "sunwait"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  Sunwait calculates sunrise or sunset times with civil,
6	  nautical, astronomical and custom twilights.
7
8	  https://github.com/risacher/sunwait
9
10comment "sunwait needs a toolchain w/ C++"
11	depends on !BR2_INSTALL_LIBSTDCPP
12