From 16d8950ed5e4481f3611828fda2c43135f9d3ce8 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 28 Jun 2017 21:36:47 +0200 Subject: [PATCH] libgusb: build with vala --- srcpkgs/libgusb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template index 4ad99b98bc..de9ee5f679 100644 --- a/srcpkgs/libgusb/template +++ b/srcpkgs/libgusb/template @@ -1,11 +1,11 @@ # Template file for 'libgusb' pkgname=libgusb version=0.2.10 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static $(vopt_enable gir introspection)" hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala')" -makedepends="libglib-devel libusb-devel libgudev-devel" +makedepends="libglib-devel libusb-devel libgudev-devel $(vopt_if gir vala-devel)" short_desc="GLib wrapper around libusb1" maintainer="Juan RP " homepage="https://gitorious.org/gusb/"