configure.ac: fix cairo-glesv2 help text
Finally figured out why --enable-cairo-gles2 wasn't working like configure --help said it should.
This commit is contained in:
committed by
Kristian Høgsberg
parent
9b8a82bf6d
commit
3bd6917199
+1
-1
@@ -96,7 +96,7 @@ if test x$enable_wayland_compositor == xyes; then
|
|||||||
PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl])
|
PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-gles2],
|
AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-glesv2],
|
||||||
[Use GLESv2 cairo instead of full GL]),
|
[Use GLESv2 cairo instead of full GL]),
|
||||||
[cairo_modules="cairo-glesv2"],
|
[cairo_modules="cairo-glesv2"],
|
||||||
[cairo_modules="cairo-gl"])
|
[cairo_modules="cairo-gl"])
|
||||||
|
|||||||
Reference in New Issue
Block a user