mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
Fix the documented default value for --enable-cogl-path
As far as I can tell --enable-cogl-path is enabled by default but the help string for it was suggesting otherwise. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 9c75fc5463acf1cb51bf00d9914678013ed9d248)
This commit is contained in:
parent
05c0035ea6
commit
71f6023e8a
@ -542,7 +542,7 @@ dnl ============================================================
|
|||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
[cogl-path],
|
[cogl-path],
|
||||||
[AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=no@:>@])],
|
[AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=yes@:>@])],
|
||||||
[],
|
[],
|
||||||
enable_cogl_path=yes
|
enable_cogl_path=yes
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user