pidgin/pidgin

Parents 20c80c3c31c5
Children 729ef4fec9b0
The new about box stuff that was merged awhile ago needs gtk >= 3.10.0 so this bumps the requirement to that
  • +1 -1
    meson.build
  • --- a/meson.build Fri Dec 29 03:57:44 2017 +0000
    +++ b/meson.build Thu Dec 28 23:49:01 2017 -0600
    @@ -406,7 +406,7 @@
    # Check Pidgin dependencies
    # #######################################################################
    if get_option('gtkui')
    - gtk = dependency('gtk+-3.0', version : '>= 3.4.2')
    + gtk = dependency('gtk+-3.0', version : '>= 3.10.0')
    # We only really need Pango >= 1.4 for decent RTL support
    pango = dependency('pango', version : '>= 1.4.0')
    conf.set('HAVE_PANGO14', pango.found())