From d1e9b75a517bbe034581f8cf6b1cd5d519d44c80 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 14 Jun 2019 12:10:16 +0200 Subject: [PATCH] libgda: enable gir --- srcpkgs/libgda/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libgda/template b/srcpkgs/libgda/template index cd17043b15f..92e8a10011a 100644 --- a/srcpkgs/libgda/template +++ b/srcpkgs/libgda/template @@ -1,8 +1,9 @@ # Template file for 'libgda' pkgname=libgda version=5.2.4 -revision=14 +revision=15 build_style=gnu-configure +build_helper="gir" configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json --enable-system-sqlite" hostmakedepends="pkg-config intltool itstool flex perl glib-devel recode"