mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
2008-02-15 Tomas Frydrych <tf@openedhand.com>
* configure.ac: * clutter/clutter-version.h.in: * build/msvc_2k5/clutter-version.h: Removed unused --without-fpu configure option and CLUTTER_NO_FPU macro
This commit is contained in:
parent
e87b45a00f
commit
fa7a114ce8
@ -1,3 +1,11 @@
|
|||||||
|
2008-02-15 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* clutter/clutter-version.h.in:
|
||||||
|
* build/msvc_2k5/clutter-version.h:
|
||||||
|
Removed unused --without-fpu configure option and CLUTTER_NO_FPU
|
||||||
|
macro
|
||||||
|
|
||||||
2008-02-15 Tomas Frydrych <tf@openedhand.com>
|
2008-02-15 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
* build/mingw/README:
|
* build/mingw/README:
|
||||||
|
@ -6,14 +6,13 @@
|
|||||||
* the clutter root !!!
|
* the clutter root !!!
|
||||||
*/
|
*/
|
||||||
#define CLUTTER_MAJOR_VERSION 0
|
#define CLUTTER_MAJOR_VERSION 0
|
||||||
#define CLUTTER_MINOR_VERSION 5
|
#define CLUTTER_MINOR_VERSION 6
|
||||||
#define CLUTTER_MICRO_VERSION 0
|
#define CLUTTER_MICRO_VERSION 0
|
||||||
#define CLUTTER_VERSION 0.5.0
|
#define CLUTTER_VERSION 0.6.0
|
||||||
#define CLUTTER_VERSION_S "0.5.0"
|
#define CLUTTER_VERSION_S "0.6.0"
|
||||||
|
|
||||||
#define CLUTTER_FLAVOUR "sdl"
|
#define CLUTTER_FLAVOUR "sdl"
|
||||||
#define CLUTTER_COGL "gl"
|
#define CLUTTER_COGL "gl"
|
||||||
#define CLUTTER_NO_FPU 0
|
|
||||||
|
|
||||||
/* The rest needs no modificactions */
|
/* The rest needs no modificactions */
|
||||||
|
|
||||||
|
@ -117,8 +117,9 @@
|
|||||||
*
|
*
|
||||||
* Set to 1 if Clutter was built without FPU (i.e fixed math), 0 otherwise
|
* Set to 1 if Clutter was built without FPU (i.e fixed math), 0 otherwise
|
||||||
*
|
*
|
||||||
* Since: 0.4
|
* @Deprecated: 0.6: This macro is no longer defined (identical code is used
|
||||||
|
* regardless the presence of FPU).
|
||||||
*/
|
*/
|
||||||
#define CLUTTER_NO_FPU (@CLUTTER_NO_FPU@)
|
#define CLUTTER_NO_FPU CLUTTER_NO_FPU_MACRO_WAS_REMOVED
|
||||||
|
|
||||||
#endif /* __CLUTTER_VERSION_H__ */
|
#endif /* __CLUTTER_VERSION_H__ */
|
||||||
|
14
configure.ac
14
configure.ac
@ -79,19 +79,6 @@ AC_CHECK_FUNCS([memset munmap strcasecmp strdup])
|
|||||||
|
|
||||||
dnl ========================================================================
|
dnl ========================================================================
|
||||||
|
|
||||||
CLUTTER_NO_FPU="0"
|
|
||||||
AC_ARG_WITH(fpu,
|
|
||||||
AS_HELP_STRING([--without-fpu],
|
|
||||||
[Assume target hardware has no fpu]),
|
|
||||||
[with_fpu=$withval],
|
|
||||||
[with_fpu=yes])
|
|
||||||
|
|
||||||
if test "x$with_fpu" != "xyes" ; then
|
|
||||||
CLUTTER_NO_FPU="1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_SUBST(CLUTTER_NO_FPU)
|
|
||||||
|
|
||||||
backendextra=
|
backendextra=
|
||||||
backendextralib=
|
backendextralib=
|
||||||
clutterbackend=glx
|
clutterbackend=glx
|
||||||
@ -443,5 +430,4 @@ echo " Fast FP conversions: ${enable_fast_fp_conversions}"
|
|||||||
echo " Compiler flags: ${CPPFLAGS}"
|
echo " Compiler flags: ${CPPFLAGS}"
|
||||||
echo " API Documentation: ${enable_gtk_doc}"
|
echo " API Documentation: ${enable_gtk_doc}"
|
||||||
echo " Manual Documentation: ${enable_manual}"
|
echo " Manual Documentation: ${enable_manual}"
|
||||||
echo " FPU Support: ${with_fpu}"
|
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user