pidgin/ljfisher-ssl-client-auth

Parents 5f9f23a48f82
Children 69f260ac8ea8
use the actual gtk+-3.0 package as the GTK+ dependency, for now require the current preview version (2.91.5). Warning, it not yet compile successfully
  • +2 -2
    configure.ac
  • --- a/configure.ac Sat Nov 20 22:20:35 2010 +0000
    +++ b/configure.ac Sat Nov 20 22:34:25 2010 +0000
    @@ -416,11 +416,11 @@
    fi
    if test "x$enable_gtkui" = "xyes" ; then
    - PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], , [
    + PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 2.91.5], , [
    AC_MSG_RESULT(no)
    AC_MSG_ERROR([
    -You must have GTK+ 2.10.0 or newer development headers installed to compile
    +You must have GTK+ 2.91.5 or newer development headers installed to compile
    Pidgin. If you want to build only Finch then specify --disable-gtkui when
    running configure.
    ])])