Commit 9dc63402 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: remove unused --enable-glx

(cherry picked from commit 6344d9bbc22395d4a51a5d44fcddea0c1fe45e3b)
parent dc981886
......@@ -3102,10 +3102,6 @@ AC_ARG_ENABLE(xvideo,
[ --enable-xvideo XVideo support (default enabled)],, [
enable_xvideo="$enable_xcb"
])
AC_ARG_ENABLE(glx,
[ --enable-glx OpenGL support through GLX (default enabled)],, [
enable_glx="$enable_xcb"
])
have_xcb="no"
have_xcb_keysyms="no"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment