package/supertuxkart: remove libglu dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 3 May 2020 17:12:27 +0000 (19:12 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 May 2020 17:53:11 +0000 (19:53 +0200)
commit88017c295c7c0607ef7a8e0eae1d4f5373df425d
treebe458b25831382e35b90baf41117f7f730f94072
parentb9b5597c32ddc89f4cf5f49782aca03be58d0d23
package/supertuxkart: 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

Supertuxkart already uses -DGLEW_NO_GLU:
https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L224

This patch only removes the dependency to libglu and depends on the
previous patch of this series which removes glu from glew.pc.

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