pidgin/pidgin

bdfe2c1acf5d
Parents c2043b9692f6
Children f108e108784e
Fix a syntax error in the gplugin dependency

Testing Done:
Compiled only

Reviewed at https://reviews.imfreedom.org/r/908/
  • +1 -1
    meson.build
  • --- a/meson.build Thu Sep 02 21:05:26 2021 -0500
    +++ b/meson.build Thu Sep 02 21:12:54 2021 -0500
    @@ -570,7 +570,7 @@
    #######################################################################
    # Check for GPlugin
    #######################################################################
    -gplugin_dep = dependency('gplugin', version : '>=0.33.0,<0.34.0', required : false)
    +gplugin_dep = dependency('gplugin', version : ['>=0.33.0', '<0.34.0'], required : false)
    if gplugin_dep.found()
    gplugin_docpath = gplugin_dep.get_pkgconfig_variable('prefix') / 'share/gtk-doc/html'