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

GLX: enable the plugin correctly

parent 63a73525
...@@ -3010,6 +3010,7 @@ AS_IF([test "${enable_xcb}" != "no"], [ ...@@ -3010,6 +3010,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
AS_IF([test "${have_gl}" != "yes"], [ AS_IF([test "${have_gl}" != "yes"], [
AC_MSG_ERROR([${GL_PKG_ERRORS}. Pass --disable-glx if you do not need OpenGL X11 support.]) AC_MSG_ERROR([${GL_PKG_ERRORS}. Pass --disable-glx if you do not need OpenGL X11 support.])
]) ])
VLC_ADD_PLUGIN([xcb_glx])
]) ])
]) ])
AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"]) AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"])
......
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