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>
2020.05.x
Bernd Kuhls 2020-05-03 19:12:27 +02:00 committed by Yann E. MORIN
parent b9b5597c32
commit 88017c295c
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ config BR2_PACKAGE_SUPERTUXKART
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBFRIBIDI
select BR2_PACKAGE_LIBGLEW
select BR2_PACKAGE_LIBGLU
select BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_LIBSQUISH

View File

@ -24,7 +24,6 @@ SUPERTUXKART_DEPENDENCIES = \
libfribidi \
libgl \
libglew \
libglu \
libogg \
libpng \
libsquish \