From c194b1b01250fb36abb03408dd3eb06c9b6c9c89 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 16 Apr 2024 01:55:33 -0700 Subject: [PATCH] vala: fix girdir when cross compiling We edit girdir to use pc_sysroot, which is not what we want here. This value gets overriden using --girdir when cross compiling. --- srcpkgs/vala/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template index af072a6c3a8..87599d40939 100644 --- a/srcpkgs/vala/template +++ b/srcpkgs/vala/template @@ -2,11 +2,11 @@ pkgname=vala # Should be kept in sync with 'valadoc' (shared distfiles) version=0.56.16 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--disable-valadoc" +configure_args="--disable-valadoc GI_GIRDIR=/usr/share/gir-1.0" hostmakedepends="flex libxslt pkg-config automake libtool" -makedepends="libfl-devel libglib-devel gobject-introspection" +makedepends="libfl-devel libglib-devel" checkdepends="dbus libgirepository-devel" short_desc="Compiler for the GObject type system" maintainer="Enno Boland "