Add games-action/supertuxkart-0.8.1. with patches
[shuber-gentoo-overlay.git] / games-action / supertuxkart / files / supertuxkart-0.8.1-gentoo.patch
1 this is gentoo specific, because of unbundling Irrlicht dependencies
2
3 --- CMakeLists.txt
4 +++ CMakeLists.txt
5 @@ -196,7 +196,11 @@
6 ${IRRLICHT_LIBRARY}
7 ${IRRLICHT_XF86VM_LIBRARY}
8 ${OPENAL_LIBRARY}
9 - ${OPENGL_LIBRARIES})
10 + ${OPENGL_LIBRARIES}
11 + png
12 + jpeg
13 + bz2
14 + z)
15
16 if(USE_FRIBIDI)
17 target_link_libraries(supertuxkart ${FRIBIDI_LIBRARIES})