From 6a8e633ebde5d8a5dc12e8f3001b39f754cc06fa Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 17 Oct 2005 09:29:22 +0000 Subject: [PATCH] remove glu dependency again, since it seems some people have trouble compiling it... SVN-Revision: 2859 --- src/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jamfile b/src/Jamfile index 3b93511f4..38492e855 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -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 ; -- 2.11.0