From 732180dc1d910201ee8937581dad88935f4815d6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 29 Jan 2019 16:57:37 -0200 Subject: [PATCH] build-style/meson.sh: Provide path for gir tools. --- common/build-style/meson.sh | 3 +++ ...g-for-gir.patch => dont-use-native-pkgconfig-for-gir.patch} | 0 2 files changed, 3 insertions(+) rename srcpkgs/meson/patches/{dont-use-native-pkgocnfig-for-gir.patch => dont-use-native-pkgconfig-for-gir.patch} (100%) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index b37f09563a2..f2286408204 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -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 diff --git a/srcpkgs/meson/patches/dont-use-native-pkgocnfig-for-gir.patch b/srcpkgs/meson/patches/dont-use-native-pkgconfig-for-gir.patch similarity index 100% rename from srcpkgs/meson/patches/dont-use-native-pkgocnfig-for-gir.patch rename to srcpkgs/meson/patches/dont-use-native-pkgconfig-for-gir.patch