diff options
| author | phintuka <phintuka> | 2012-01-30 11:24:38 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-30 11:24:38 +0000 |
| commit | 73af4118ee2f291408796eb6c32837d5bfe3202f (patch) | |
| tree | b8cbc4a7aa3db62d056a59e77c815fdf8b9ef292 | |
| parent | 4fc4b48955b8ead14f45909e23c4f6132ca95160 (diff) | |
| download | xineliboutput-73af4118ee2f291408796eb6c32837d5bfe3202f.tar.gz xineliboutput-73af4118ee2f291408796eb6c32837d5bfe3202f.tar.bz2 | |
configure: removed -lglut from OpenGL check
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.39 2012-01-30 10:41:56 phintuka Exp $ +# * $Id: configure,v 1.40 2012-01-30 11:24:38 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -376,7 +376,7 @@ if enabled libxine; then test_library X11 xshape "X11/extensions/shape.h" "-lXext" "XShapeQueryExtension(0,0,0)" test_library X11 xdpms "X11/extensions/dpms.h" "-lXext" "DPMSDisable(0)" test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" - test_library X11 opengl "GL/glx.h" "-lGL -lGLU -lglut" "glXQueryVersion(0,0,0)" + test_library X11 opengl "GL/glx.h" "-lGL -lGLU" "glXQueryVersion(0,0,0)" test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" test_library X11 dbus-glib-1 \ "dbus/dbus-glib.h" \ |
