summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-11 02:02:17 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-11 02:02:17 (EST)
commitf0f8bc4bfcd75cf114cf7bf5b22279b3a597799d (patch)
tree44bd0fa267384780b44051f7cea00a143a84be56 /resources/scripts/helpers/build
parentb8ef9d9b120526ea7156b7d5f7cf1ef9494eb729 (diff)
downloadlibreboot-f0f8bc4bfcd75cf114cf7bf5b22279b3a597799d.zip
libreboot-f0f8bc4bfcd75cf114cf7bf5b22279b3a597799d.tar.gz
libreboot-f0f8bc4bfcd75cf114cf7bf5b22279b3a597799d.tar.bz2
dependencies/trisquel7: add libusb for building flashrom
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index f379e04..77427d1 100755
--- a/resources/scripts/helpers/build/dependencies/trisquel7
+++ b/resources/scripts/helpers/build/dependencies/trisquel7
@@ -93,7 +93,7 @@ apt-get -y install build-essential
# Flashrom build dependencies (also requires build-essential)
# ------------------------------------------------------------
-apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential
+apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential libusb-1.0-0-dev
# For cross-compiling i686 target on x86_64 host.
[ "${arch}" -eq 0 ] && apt-get -y install lib32z1-dev