mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
update -- we depend on gtk+ >= 2.10 since Vincent's July patches for
2006-09-13 Elijah Newren <newren gmail com> * HACKING: update -- we depend on gtk+ >= 2.10 since Vincent's July patches for #348633.
This commit is contained in:
parent
7c58ecb657
commit
b004ef4e15
@ -1,3 +1,8 @@
|
|||||||
|
2006-09-13 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* HACKING: update -- we depend on gtk+ >= 2.10 since Vincent's
|
||||||
|
July patches for #348633.
|
||||||
|
|
||||||
2006-09-13 Elijah Newren <newren gmail com>
|
2006-09-13 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
* src/window.c (meta_window_show): Patch from Thomas Andersen to
|
* src/window.c (meta_window_show): Patch from Thomas Andersen to
|
||||||
|
7
HACKING
7
HACKING
@ -39,10 +39,11 @@ Minimal Building/Testing Environment
|
|||||||
You do not need to _install_ a development version of Metacity to
|
You do not need to _install_ a development version of Metacity to
|
||||||
build, run and test it; you can run it from some temporary
|
build, run and test it; you can run it from some temporary
|
||||||
directory. Also, you do not need to build all of Gnome in order to
|
directory. Also, you do not need to build all of Gnome in order to
|
||||||
build a development version of Metacity -- odds are, you can build
|
build a development version of Metacity -- odds are, you may be able
|
||||||
metacity from CVS without building any other modules.
|
to build metacity from CVS without building any other modules.
|
||||||
|
|
||||||
As long as you have gtk+ >= 2.6 with your distro, you should be able
|
As long as you have gtk+ >= 2.10 with your distro (gtk+ >= 2.6 if
|
||||||
|
you manually revert the change from bug 348633), you should be able
|
||||||
to install your distro's development packages (e.g. gtk2-devel,
|
to install your distro's development packages (e.g. gtk2-devel,
|
||||||
GConf2-devel, startup-notification-devel on Fedora; also, remember
|
GConf2-devel, startup-notification-devel on Fedora; also, remember
|
||||||
to install the gnome-common package which is needed for building cvs
|
to install the gnome-common package which is needed for building cvs
|
||||||
|
@ -18,7 +18,7 @@ GETTEXT_PACKAGE=metacity
|
|||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
|
||||||
|
|
||||||
IT_PROG_INTLTOOL([0.35.0])
|
IT_PROG_INTLTOOL([0.34.90])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
Loading…
Reference in New Issue
Block a user