traversity/traversity

Lower the template-glib required version

18 months ago, Gary Kramlich
775a808aea3b
Parents 03729a540aac
Children 099f256aa59a
Lower the template-glib required version

We don't need as new of a version as we specified and OpenBSD doesn't have that
version yet.

Testing Done:
compiled

Reviewed at https://reviews.imfreedom.org/r/1964/
  • +1 -1
    meson.build
  • --- a/meson.build Sun Oct 23 21:54:09 2022 -0500
    +++ b/meson.build Tue Oct 25 20:35:39 2022 -0500
    @@ -56,7 +56,7 @@
    GOBJECT = dependency('gobject-2.0', version : '>=2.70.0')
    -TEMPLATE_GLIB = dependency('template-glib-1.0', version : '>=3.35.0')
    +TEMPLATE_GLIB = dependency('template-glib-1.0', version : '>=3.30.0')
    ###############################################################################
    # Documentation