xref: /OK3568_Linux_fs/buildroot/package/lugaru/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUGARU
2*4882a593Smuzhiyun	bool "lugaru"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LIBGL # libglu
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
6*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7 # SDL2 OpenGL (GLX)
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # openal
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal
9*4882a593Smuzhiyun	depends on BR2_USE_MMU # SDL2 OpenGL (GLX)
10*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # SDL2
11*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
12*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLU # GL/glu.h
13*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPNG
14*4882a593Smuzhiyun	select BR2_PACKAGE_LIBVORBIS
15*4882a593Smuzhiyun	select BR2_PACKAGE_OPENAL
16*4882a593Smuzhiyun	select BR2_PACKAGE_SDL2
17*4882a593Smuzhiyun	select BR2_PACKAGE_SDL2_OPENGL
18*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  Lugaru (pronounced Loo-GAH-roo) is a cross-platform
21*4882a593Smuzhiyun	  third-person action game. The main character, Turner, is an
22*4882a593Smuzhiyun	  anthropomorphic rebel bunny rabbit with impressive combat
23*4882a593Smuzhiyun	  skills. In his quest to find those responsible for
24*4882a593Smuzhiyun	  slaughtering his village, he uncovers a far-reaching
25*4882a593Smuzhiyun	  conspiracy involving the corrupt leaders of the rabbit
26*4882a593Smuzhiyun	  republic and the starving wolves from a nearby den. Turner
27*4882a593Smuzhiyun	  takes it upon himself to fight against their plot and save
28*4882a593Smuzhiyun	  his fellow rabbits from slavery.
29*4882a593Smuzhiyun
30*4882a593Smuzhiyun	  https://osslugaru.gitlab.io/
31*4882a593Smuzhiyun
32*4882a593Smuzhiyuncomment "lugaru needs X11 and a toolchain w/ C++, OpenGL backend, gcc >= 4.9, NPTL, dynamic library"
33*4882a593Smuzhiyun	depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
34*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
35*4882a593Smuzhiyun	depends on BR2_USE_MMU
36*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_HAS_LIBGL || \
37*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
38*4882a593Smuzhiyun		BR2_STATIC_LIBS
39