[maemo-commits] [maemo-commits] r8816 - projects/haf/trunk/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 19 15:19:38 EET 2006
- Previous message: [maemo-commits] r8815 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge/debian: . patches
- Next message: [maemo-commits] r8817 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2006-12-19 15:19:36 +0200 (Tue, 19 Dec 2006) New Revision: 8816 Modified: projects/haf/trunk/hildon-fm/ChangeLog projects/haf/trunk/hildon-fm/configure.ac Log: * configure.ac: Added --with-gtk-2-10 argument for the Gtk+ migration. Modified: projects/haf/trunk/hildon-fm/ChangeLog =================================================================== --- projects/haf/trunk/hildon-fm/ChangeLog 2006-12-19 09:49:43 UTC (rev 8815) +++ projects/haf/trunk/hildon-fm/ChangeLog 2006-12-19 13:19:36 UTC (rev 8816) @@ -1,3 +1,8 @@ +2006-12-19 Marius Vollmer <marius.vollmer at nokia.com> + + * configure.ac: Added --with-gtk-2-10 argument for the Gtk+ + migration. + 2006-12-12 Marius Vollmer <marius.vollmer at nokia.com> Merged changes from 1.16 to 1.19. Modified: projects/haf/trunk/hildon-fm/configure.ac =================================================================== --- projects/haf/trunk/hildon-fm/configure.ac 2006-12-19 09:49:43 UTC (rev 8815) +++ projects/haf/trunk/hildon-fm/configure.ac 2006-12-19 13:19:36 UTC (rev 8816) @@ -76,7 +76,14 @@ AC_SUBST(ALL_LINGUAS) AM_GLIB_GNU_GETTEXT +# Temporary configure option for the Gtk+ migration +AC_ARG_WITH(gtk-2-10, [ --with-gtk-2-10 compile for Gtk+ 2.10 instead of 2.6 ]) + +if test "x$with_gtk_2_10" = "xyes" ; then + AC_DEFINE(WITH_GTK_2_10, 1, [Define when compiling for Gtk+ 2.10]) +fi + ################################################## # Check for gtk-doc. ##################################################
- Previous message: [maemo-commits] r8815 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge/debian: . patches
- Next message: [maemo-commits] r8817 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]