meson.sh 154 B

1234567891011
  1. #!/bin/bash
  2. MESON_VERSION="0.40.1"
  3. fw_depends python3
  4. fw_installed meson && return 0
  5. pip3 install meson==$MESON_VERSION
  6. touch $IROOT/meson.installed