configure.ac: fix cairo-glesv2 help text

Finally figured out why --enable-cairo-gles2 wasn't working like
configure --help said it should.
dev
Jesse Barnes 13 years ago committed by Kristian Høgsberg
parent 9b8a82bf6d
commit 3bd6917199
  1. 2
      configure.ac

@ -96,7 +96,7 @@ if test x$enable_wayland_compositor == xyes; then
PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl])
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]),
[cairo_modules="cairo-glesv2"],
[cairo_modules="cairo-gl"])

Loading…
Cancel
Save