Skip to content

Commit

Permalink
gobject-introspection: avoid endless loop when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Sep 26, 2019
1 parent aa8267e commit f583263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/gobject-introspection/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pkgname=gobject-introspection
version=1.62.0
revision=1
build_style=meson
build_helper=gir
pycompile_dirs="usr/lib/${pkgname}/giscanner"
hostmakedepends="flex pkg-config"
makedepends="cairo-devel libffi-devel libglib-devel libxml2-devel python3-devel"
Expand All @@ -19,7 +18,8 @@ pycompile_version="$py3_ver"
patch_args="-Np1"

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gobject-introspection qemu-user-static prelink-cross"
build_helper=gir
hostmakedepends+=" qemu-user-static prelink-cross"
configure_args+=" -Denable-host-gi=true
-Denable-gi-cross-wrapper=/usr/bin/g-ir-scanner-qemuwrapper
-Denable-gi-ldd-wrapper=/usr/bin/g-ir-scanner-lddwrapper
Expand Down

0 comments on commit f583263

Please sign in to comment.