Also update Clutter 1.0 pkg-config requirement and README
We need to also change the pkg-config requirement to be 1.0.
This commit is contained in:
parent
a1ac1f4b2e
commit
acfc498344
2
README
2
README
@ -20,7 +20,7 @@ libstartup-notification at
|
|||||||
http://www.freedesktop.org/software/startup-notification/ or on the
|
http://www.freedesktop.org/software/startup-notification/ or on the
|
||||||
GNOME ftp site. You also need GConf 1.2 (unless building a funky
|
GNOME ftp site. You also need GConf 1.2 (unless building a funky
|
||||||
extra-small embedded metacity with --disable-gconf, see below).
|
extra-small embedded metacity with --disable-gconf, see below).
|
||||||
You need Clutter 0.9.3. You need gobject-introspection 0.6.3.
|
You need Clutter 1.0. You need gobject-introspection 0.6.3.
|
||||||
|
|
||||||
REPORTING BUGS AND SUBMITTING PATCHES
|
REPORTING BUGS AND SUBMITTING PATCHES
|
||||||
===
|
===
|
||||||
|
@ -227,8 +227,8 @@ else
|
|||||||
AC_MSG_ERROR([no. Mutter requires the Xcomposite extension to build.])
|
AC_MSG_ERROR([no. Mutter requires the Xcomposite extension to build.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUTTER_VERSION=0.9.3
|
CLUTTER_VERSION=1.0.0
|
||||||
CLUTTER_PACKAGE=clutter-0.9
|
CLUTTER_PACKAGE=clutter-1.0
|
||||||
AC_SUBST(CLUTTER_PACKAGE)
|
AC_SUBST(CLUTTER_PACKAGE)
|
||||||
if $PKG_CONFIG --atleast-version $CLUTTER_VERSION $CLUTTER_PACKAGE ; then
|
if $PKG_CONFIG --atleast-version $CLUTTER_VERSION $CLUTTER_PACKAGE ; then
|
||||||
MUTTER_PC_MODULES="$MUTTER_PC_MODULES $CLUTTER_PACKAGE "
|
MUTTER_PC_MODULES="$MUTTER_PC_MODULES $CLUTTER_PACKAGE "
|
||||||
|
Loading…
Reference in New Issue
Block a user