remove glu dependency again, since it seems some people have trouble compiling it...
authorMatthias Braun <matze@braunis.de>
Mon, 17 Oct 2005 09:29:22 +0000 (09:29 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 17 Oct 2005 09:29:22 +0000 (09:29 +0000)
SVN-Revision: 2859

src/Jamfile

index 3b93511..38492e8 100644 (file)
@@ -24,7 +24,7 @@ TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
 Application supertux : $(sources) $(wrapper_objects) ;
 C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ;
 LinkWith supertux : squirrel ;
-ExternalLibs supertux : SDL SDLIMAGE GL GLU OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
+ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
 Help supertux : "Build the supertux executable" ;
 IncludeDir supertux : squirrel/include ;