diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-16 07:50:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-16 07:50:33 +0000 |
commit | 16dce417b4eb273ec1655b77df99263e09295a3d (patch) | |
tree | 75b8c663c6af091d657b45076bd1df26be4504b0 /main/libfprint | |
parent | 7f76cad1c63d4b2fbb748917a1100199b1b2bd84 (diff) | |
download | aports-16dce417b4eb273ec1655b77df99263e09295a3d.tar.bz2 aports-16dce417b4eb273ec1655b77df99263e09295a3d.tar.xz |
main/libfprint: rebuild against libusbx
Diffstat (limited to 'main/libfprint')
-rw-r--r-- | main/libfprint/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libfprint/APKBUILD b/main/libfprint/APKBUILD index f2b4a7aefc..c2e1501a66 100644 --- a/main/libfprint/APKBUILD +++ b/main/libfprint/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libfprint pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="fingerprint reader and identification library" url="http://www.freedesktop.org/wiki/Software/fprint/libfprint" arch="all" license="LGPL-2.1" depends="" -depends_dev="libusb-dev" +depends_dev="libusbx-dev" makedepends="$depends_dev nss-dev glib-dev gdk-pixbuf-dev" install="" subpackages="$pkgname-dev" |