qulogic/libgnt

aa7c043c58dd
Parents f00c0fdfdc66
Children 8672fda6d081
Python isn't actually required so don't mark it as such
  • +1 -1
    meson.build
  • --- a/meson.build Wed Apr 22 18:58:58 2020 -0500
    +++ b/meson.build Wed Apr 22 19:23:06 2020 -0500
    @@ -206,7 +206,7 @@
    # Check for Python headers
    python_dep = dependency('python3-embed', required: false)
    if not python_dep.found()
    - python_dep = dependency('python3', required : true)
    + python_dep = dependency('python3', required : false)
    endif
    gnt_config.set('USE_PYTHON', python_dep.found())