newapkbuild: generate check for meson

The function already exists but it was never called.
This commit is contained in:
Luca Weiss 2021-03-20 19:24:02 +01:00 committed by Natanael Copa
parent 05d36a90ce
commit f92b56d8c9
1 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,8 @@ __EOF__
check_make;;
cmake)
check_cmake;;
meson)
check_meson;;
python)
check_python;;
rust)