build helper gir: hint vapigen search paths
This commit is contained in:
parent
bcdbd1c720
commit
892616f336
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ if [ "$build_option_gir" ] || [[ $build_options != *"gir"* ]]; then
|
|||
# and tooling like g-ir-compiler
|
||||
makedepends+=" gobject-introspection"
|
||||
|
||||
export VAPIGEN_VAPIDIRS=${XBPS_CROSS_BASE}/usr/share/vala/vapi
|
||||
export VAPIGEN_GIRDIRS=${XBPS_CROSS_BASE}/usr/share/gir-1.0
|
||||
|
||||
# Provide gtk+3-devel in the host if it is in the makedepends
|
||||
if [[ $makedepends == *"gtk+3-devel"* ]]; then
|
||||
hostmakedepends+=" gtk+3-devel"
|
||||
|
|
Loading…
Reference in a new issue