[PATCH] configure.ac: fix cairo-glesv2 help text
Jesse Barnes
jbarnes at virtuousgeek.org
Tue Feb 7 12:42:28 PST 2012
Finally figured out why --enable-cairo-gles2 wasn't working like
configure --help said it should.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 550bb3c..a2bb537 100644
--- a/configure.ac
+++ b/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"])
--
1.7.1
More information about the wayland-devel
mailing list