]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-msys2: Add autoconf-archive, libftdi, nsis.
authorUwe Hermann <redacted>
Thu, 11 Jan 2018 20:37:18 +0000 (21:37 +0100)
committerUwe Hermann <redacted>
Thu, 11 Jan 2018 20:57:37 +0000 (21:57 +0100)
These packages are now available in MSYS2 (weren't in the past).

cross-compile/msys2/sigrok-native-msys2

index 4d2ad5f752e6f7670b71a68b795cb8e7b32fd184..829b64e1475f1a28bd5dae28dbcf7278422774ac 100755 (executable)
@@ -71,10 +71,10 @@ if [ "x$1" = "xprepare" ]; then
   # Update package list, install/update all requirements.
   pacman -Sy
   pacman -S \
-       autoconf automake libtool make pkg-config wget patch \
-       $W-toolchain $W-glib2 $W-glibmm $W-libusb $W-check $W-boost \
+       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-libzip $W-doxygen $W-python3 $W-python3-numpy $W-python3-gobject \
-       $W-python3-setuptools $W-swig $W-qt5-static $W-cmake
+       $W-python3-setuptools $W-swig $W-qt5-static $W-cmake $W-nsis
   exit
 fi