flashrom: add libftdi1 to makedepends
This commit is contained in:
parent
ea95259f3f
commit
09b701b0a0
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'flashrom'
|
||||
pkgname=flashrom
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pciutils-devel libusb-compat-devel"
|
||||
makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
|
||||
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Reference in a new issue