aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgusb
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-06-12 07:45:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-06-12 07:45:35 +0000
commit59d5c5c21692d8e0b1cb9543be4faae23302e08f (patch)
treed24f49303e8696cfed0baaf184f439c0fc431a7a /community/libgusb
parent0581851339e8729d3245c8a6395e9c6f520736b6 (diff)
downloadaports-59d5c5c21692d8e0b1cb9543be4faae23302e08f.tar.bz2
aports-59d5c5c21692d8e0b1cb9543be4faae23302e08f.tar.xz
community/libgusb: build Vala bindings
Needed for building simple-scan
Diffstat (limited to 'community/libgusb')
-rw-r--r--community/libgusb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libgusb/APKBUILD b/community/libgusb/APKBUILD
index bd8bc40a26..9b15002582 100644
--- a/community/libgusb/APKBUILD
+++ b/community/libgusb/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libgusb
pkgver=0.2.10
-pkgrel=0
+pkgrel=1
pkgdesc="GLib wrapper around libusb"
url="https://github.com/hughsie/libgusb"
arch="all"
license="LGPL"
depends_dev="eudev-dev gobject-introspection-dev"
-makedepends="$depends_dev glib-dev libusb-dev gtk-doc"
+makedepends="$depends_dev glib-dev libusb-dev gtk-doc vala"
options="!check"
subpackages="$pkgname-dev $pkgname-doc"
source="http://people.freedesktop.org/~hughsient/releases/libgusb-$pkgver.tar.xz"