build-style/meson.sh: Provide path for gir tools.

This commit is contained in:
maxice8 2019-01-29 16:57:37 -02:00 committed by maxice8
parent 575b2712f8
commit 732180dc1d
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,9 @@ strip = '${STRIP}'
readelf = '${READELF}'
pkgconfig = 'pkg-config'
rust = 'rustc'
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
g-ir-compiler = '${XBPS_CROSS_BASE}/usr/bin/g-ir-compiler'
g-ir-generate = '${XBPS_CROSS_BASE}/usr/bin/g-ir-generate'
[properties]
needs_exe_wrapper = true