1
0
Fork 0

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:
Emmanuele Bassi 2008-03-05 09:20:00 +00:00
parent 57a954b1eb
commit 5a4f655998
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)