buildroot/package/libfreeglut/Config.in
Adam Duskett 190b2b409c package/l*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues
on all of these Config files.  This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter l in the package directory.

The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-01 11:51:23 +02:00

21 lines
732 B
Plaintext

config BR2_PACKAGE_LIBFREEGLUT
bool "libfreeglut"
depends on BR2_PACKAGE_HAS_LIBGL
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_LIBGLU
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXRANDR
select BR2_PACKAGE_XLIB_LIBXXF86VM
help
FreeGLUT is a free-software/open-source alternative to the
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
FreeGLUT) takes care of all the system-specific chores required
for creating windows, initializing OpenGL contexts, and
handling input events, to allow for trully portable OpenGL
programs.
http://freeglut.sourceforge.net
comment "libfreeglut depends on X.org and needs an OpenGL backend"
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL