18 lines
408 B
Diff
18 lines
408 B
Diff
![]() |
Index: supertuxkart-0.9/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- supertuxkart-0.9.orig/CMakeLists.txt
|
||
|
+++ supertuxkart-0.9/CMakeLists.txt
|
||
|
@@ -315,6 +315,12 @@ target_link_libraries(supertuxkart
|
||
|
${OGGVORBIS_LIBRARIES}
|
||
|
${OPENAL_LIBRARY}
|
||
|
${OPENGL_LIBRARIES}
|
||
|
+ X11
|
||
|
+ z
|
||
|
+ png
|
||
|
+ jpeg
|
||
|
+ bz2
|
||
|
+ bluetooth
|
||
|
)
|
||
|
|
||
|
if(UNIX AND NOT APPLE)
|