pidgin/pidgin

Update to libadwaita 1.2

19 months ago, Gary Kramlich
cde17b22217f
Parents 64d7e69bff25
Children d5fe1ee0efae
Update to libadwaita 1.2

Fedora 36 updates finally has it and all of our build agents have it as well,
so it's time to move to it, so we can update a bunch of stuff.

Testing Done:
compiled

Reviewed at https://reviews.imfreedom.org/r/1988/
  • +1 -1
    meson.build
  • --- a/meson.build Fri Oct 28 03:44:19 2022 -0500
    +++ b/meson.build Fri Oct 28 22:53:45 2022 -0500
    @@ -238,7 +238,7 @@
    #######################################################################
    if get_option('gtkui')
    gtk = dependency('gtk4', version : '>= 4.0.0')
    - libadwaita = dependency('libadwaita-1', version : '>= 1')
    + libadwaita = dependency('libadwaita-1', version : '>= 1.2')
    talkatu_dep = dependency('talkatu',
    version: '>=0.1.0',