gplugin/gplugin

Bump the glib requirement to 2.70

2021-12-27, Gary Kramlich
c97d5cc32a14
Parents f03eee6f9596
Children 583aebab3bac
Bump the glib requirement to 2.70

Testing Done:
Compiled and ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/1199/
  • +3 -3
    meson.build
  • --- a/meson.build Thu Dec 16 21:11:01 2021 -0600
    +++ b/meson.build Mon Dec 27 03:42:35 2021 -0600
    @@ -34,15 +34,15 @@
    help2man = find_program('help2man')
    endif
    -GLIB = dependency('glib-2.0', version : '>=2.44.0')
    +GLIB = dependency('glib-2.0', version : '>=2.70.0')
    GOBJECT = dependency('gobject-2.0')
    # we separate gmodule out so our test aren't linked to it
    GMODULE = dependency('gmodule-2.0')
    add_project_arguments(
    - '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44',
    - '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_44',
    + '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_70',
    + '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_70',
    language : 'c',
    )