summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-01-30 11:24:38 +0000
committerphintuka <phintuka>2012-01-30 11:24:38 +0000
commit73af4118ee2f291408796eb6c32837d5bfe3202f (patch)
treeb8cbc4a7aa3db62d056a59e77c815fdf8b9ef292
parent4fc4b48955b8ead14f45909e23c4f6132ca95160 (diff)
downloadxineliboutput-73af4118ee2f291408796eb6c32837d5bfe3202f.tar.gz
xineliboutput-73af4118ee2f291408796eb6c32837d5bfe3202f.tar.bz2
configure: removed -lglut from OpenGL check
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 140e5e7d..7b376f90 100755
--- a/configure
+++ b/configure
@@ -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" \