diff options
| author | Sean Yen <seanyen@microsoft.com> | 2019-06-21 22:45:40 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-21 22:45:40 -0700 |
| commit | d1b4e88d3c1bd714069f10009c6f9cef172cc822 (patch) | |
| tree | 2a02905c093ef651c4a29b2ce3e1008f15927b7e /ports/libftdi1/CONTROL | |
| parent | 9cfcc711469778370af64830086cc62afd523dfc (diff) | |
| download | vcpkg-d1b4e88d3c1bd714069f10009c6f9cef172cc822.tar.gz vcpkg-d1b4e88d3c1bd714069f10009c6f9cef172cc822.zip | |
[libftdi-compat] Add new port (#6843)
* [libftdi-compat] v0.20 port
* Fixed wrong version number in CONTROL file.
* Download source archive file instead.
* restrict to shared library build only.
* Remove dlls from static build.
* [libftdi-compat] Update to 1.4. Replace CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS with a def file. Minimize patching.
* [libftdi] Rename from libftdi-compat
* [libftdi][libftdi1] Restore v0.20 as libftdi, move 1.4 to libftdi1
Diffstat (limited to 'ports/libftdi1/CONTROL')
| -rw-r--r-- | ports/libftdi1/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libftdi1/CONTROL b/ports/libftdi1/CONTROL new file mode 100644 index 000000000..d282ad9eb --- /dev/null +++ b/ports/libftdi1/CONTROL @@ -0,0 +1,4 @@ +Source: libftdi1
+Version: 1.4
+Build-Depends: libusb
+Description: FTDI USB driver with bitbang mode (v1.4)
|
