Skip to content
Snippets Groups Projects
Verified Commit 2148b60f authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/usbutils: don't disable usbids, use correct hwids

parent 8424452d
No related branches found
No related tags found
No related merge requests found
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=usbutils
pkgver=010
pkgrel=0
pkgrel=1
pkgdesc="USB utilities"
url="http://linux-usb.sourceforge.net/"
arch="all"
license="GPL-2.0+ AND GPL-2.0-only"
subpackages="$pkgname-doc"
depends="hwdata-usb"
makedepends="libusb-dev eudev-dev"
depends="hwids-udev"
makedepends="eudev-dev libusb-dev"
source="https://mirrors.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar.xz
hwdata.patch
"
......@@ -19,9 +19,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--datadir=/usr/share/hwdata \
--disable-usbids \
--disable-zlib
--datadir=/usr/share/hwdata
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment