diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-02-07 12:42:28 -0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-08 15:26:37 -0500 |
commit | 097b13ec159641090747866c51a841bc9c997e48 (patch) | |
tree | 4c92973fde0c59dde2332f3db27ec3b9d49bc5e8 /configure.ac | |
parent | 8b0f045b04a28e1918dba140d714a2869eb68d92 (diff) | |
download | weston-097b13ec159641090747866c51a841bc9c997e48.tar.gz |
configure.ac: fix cairo-glesv2 help text
Finally figured out why --enable-cairo-gles2 wasn't working like
configure --help said it should.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1eee8ddf..9a063fad 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"]) |