mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
Fix accidental rename of --with-clutter/--with-introspection options
Since --with-clutter and --with-introspection refer to use of external libraries, they should in fact be --with and not --enable. Fix accidental change that got committed as part of the big metacity => mutter change. http://bugzilla.gnome.org/show_bug.cgi?id=586821
This commit is contained in:
parent
072ec184d3
commit
a13dec34ef
@ -158,12 +158,12 @@ AC_ARG_ENABLE(compositor,
|
||||
[disable mutter's compositing manager]),,
|
||||
enable_compositor=auto)
|
||||
|
||||
AC_ARG_ENABLE(clutter,
|
||||
AC_ARG_WITH(clutter,
|
||||
AC_HELP_STRING([--without-clutter],
|
||||
[disable the use of clutter for compositing]),,
|
||||
with_clutter=auto)
|
||||
|
||||
AC_ARG_ENABLE(introspection,
|
||||
AC_ARG_WITH(introspection,
|
||||
AC_HELP_STRING([--without-introspection],
|
||||
[disable the use of GObject introspection]),,
|
||||
with_introspection=auto)
|
||||
|
Loading…
Reference in New Issue
Block a user