grim/guifications2

Parents a56cf4fde95e
Children db049c91ed81
changed the minimum required versions of glib and gtk to >=2.8.0. The preproc stuff should be removed, but we'll take care of that later
  • +2 -0
    ChangeLog
  • +2 -2
    configure.ac
  • --- a/ChangeLog Sun Nov 28 02:53:15 2010 -0600
    +++ b/ChangeLog Sun Nov 28 03:02:13 2010 -0600
    @@ -8,6 +8,8 @@
    * Fixed the problem where notifications were shown multiple times when a
    buddy was in the buddy list multiple times.
    * The buddy icons in themes will now use a custom icon if one is set.
    + * Changed the requirement of glib to >= 2.8.0
    + * Changed the requirement of gtk+ to >= 2.8.0
    Version 2.16 12/16/07:
    * Really fixed the G_GNUC_NULL_TERMINATED errors on non-Windows platforms.
    --- a/configure.ac Sun Nov 28 02:53:15 2010 -0600
    +++ b/configure.ac Sun Nov 28 03:02:13 2010 -0600
    @@ -101,11 +101,11 @@
    #
    # check for gtk and other dependencies
    #
    -PKG_CHECK_MODULES(GLIB, [glib-2.0])
    +PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.8])
    AC_SUBST(GLIB_LIBS)
    AC_SUBST(GLIB_CFLAGS)
    -PKG_CHECK_MODULES(GTK, [gtk+-2.0])
    +PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.8])
    AC_SUBST(GTK_LIBS)
    AC_SUBST(GTK_CFLAGS)