aboutsummaryrefslogtreecommitdiffstats
path: root/main/libusbx
diff options
context:
space:
mode:
Diffstat (limited to 'main/libusbx')
-rw-r--r--main/libusbx/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libusbx/APKBUILD b/main/libusbx/APKBUILD
index 060b790f74..f6d121c363 100644
--- a/main/libusbx/APKBUILD
+++ b/main/libusbx/APKBUILD
@@ -2,14 +2,14 @@
pkgname=libusbx
pkgver=1.0.17
_ver=${pkgver/_/-}
-pkgrel=0
+pkgrel=1
pkgdesc="Library to enable user space application programs to communicate with USB devices"
url="http://libusb.sourceforge.net/"
arch="all"
license="LGPL2+"
subpackages="$pkgname-dev"
replaces="libusb"
-makedepends="udev-dev"
+makedepends=""
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$_ver
@@ -19,6 +19,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+ --disable-udev \
|| return 1
make || return 1
}