The following commit has been merged in the debian/repacking branch:
commit 0b98f48870bdcddd117ad9c7090178de0bb17e6b
Author: Christoph Egger <[email protected]>
Date:   Sun Jun 14 23:33:24 2009 +0200

    glew no longer needed for -window

diff --git a/src/SFML/Window/Makefile b/src/SFML/Window/Makefile
index e64a742..5f9708e 100755
--- a/src/SFML/Window/Makefile
+++ b/src/SFML/Window/Makefile
@@ -17,7 +17,7 @@ libsfml-window-s.a: $(OBJ)
        $(AR) $(ARFLAGS) $(LIBNAME) $(OBJ)
 
 libsfml-window.so: $(OBJ)
-       $(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) 
-lGLEW -lX11 -lXrandr -lGL $(LIBPATH)/libsfml-system.so.$(VERSION)
+       $(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) 
-lX11 -lXrandr -lGL $(LIBPATH)/libsfml-system.so.$(VERSION)
 
 $(OBJ): %.o: %.cpp
        $(CPP) -o $@ -c $< $(CFLAGS)

-- 
Simple and fast multimedia library for C++

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to