mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'flashrom'
|
||||||
pkgname=flashrom
|
pkgname=flashrom
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
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"
|
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue