mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
2008-03-05 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Add "osx" the the AC_HELP_STRING of the flavour selection. (#831, Peter Enzerink)
This commit is contained in:
parent
57a954b1eb
commit
5a4f655998
@ -1,3 +1,8 @@
|
||||
2008-03-05 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* configure.ac: Add "osx" the the AC_HELP_STRING of the flavour
|
||||
selection. (#831, Peter Enzerink)
|
||||
|
||||
2008-03-04 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-main.c (clutter_do_event): Do not throttle the
|
||||
|
@ -83,7 +83,7 @@ backendextra=
|
||||
backendextralib=
|
||||
clutterbackend=glx
|
||||
AC_ARG_WITH([flavour],
|
||||
AC_HELP_STRING([--with-flavour=@<:@glx/eglx/eglnative/sdl@:>@],
|
||||
AC_HELP_STRING([--with-flavour=@<:@glx/eglx/eglnative/sdl/osx@:>@],
|
||||
[Select the Clutter backend]),
|
||||
clutterbackend=$with_flavour)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user