projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
682d505
)
sigrok-native-msys2: Fix a typo in the "prepare" target.
author
Uwe Hermann
<redacted>
Sat, 13 Jan 2018 17:13:24 +0000
(18:13 +0100)
committer
Uwe Hermann
<redacted>
Sat, 13 Jan 2018 17:13:24 +0000
(18:13 +0100)
cross-compile/msys2/sigrok-native-msys2
patch
|
blob
|
blame
|
history
diff --git
a/cross-compile/msys2/sigrok-native-msys2
b/cross-compile/msys2/sigrok-native-msys2
index e8b37464e6adace9f71e2c0c6030c3565088e404..cc3b1c6fa2e498b6c4ce760cd1f2bb2d11ca3a15 100755
(executable)
--- a/
cross-compile/msys2/sigrok-native-msys2
+++ b/
cross-compile/msys2/sigrok-native-msys2
@@
-78,7
+78,7
@@
if [ "x$1" = "xprepare" ]; then
pacman -Sy
pacman -S \
autoconf automake autoconf-archive libtool make pkg-config wget patch \
- $W-toolchain $W-glib2 $W-glibmm $W-libusb $W-libfdi $W-check $W-boost \
+ $W-toolchain $W-glib2 $W-glibmm $W-libusb $W-libf
t
di $W-check $W-boost \
$W-libzip $W-doxygen $W-python3 $W-python3-numpy $W-python3-gobject \
$W-python3-setuptools $W-swig $W-qt5-static $W-cmake $W-nsis
exit