package/supertux: remove libglu dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 3 May 2020 17:12:25 +0000 (19:12 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 May 2020 17:46:12 +0000 (19:46 +0200)
commitadfc272376afa4b672e80b66a495f41a96d972e0
tree719455cceb9311a0e1ef4683661bbde04c0d44c8
parent2c2346eee7fc09e17fd1c0db106dd2ea35a9c911
package/supertux: remove libglu dependency

"The inclusion of GLU is historical. [...] It's not needed for GLEW to
 build or run, but it's opt-out that reason. I'd recommend using
 -DGLEW_NO_GLU since GLU is rarely seen in modern codebases nowadays."
https://github.com/nigels-com/glew/issues/192#issuecomment-411641657

Each package using glew.h has to decide whether to use the opt-out for
glu or not. Since supertux does not need libglu we can safely remove
the dependency by adding -DGLEW_NO_GLU to TARGET_CXXFLAGS.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/supertux/Config.in
package/supertux/supertux.mk