summaryrefslogtreecommitdiffstats
path: root/src/libusb1.mk
Commit message (Collapse)AuthorAgeFilesLines
* libusb1: add test fileUwe Hermann2014-08-171-0/+5
|
* libusb1: Fix update macroUwe Hermann2014-08-111-2/+3
|
* update package libusb1Uwe Hermann2014-08-111-3/+4
| | | | | | | | | The 1.0.19 release now uses VerSetConditionMask(), which is not available by default in i686-pc-mingw32.static (but it *is* for i686-w64-mingw32.static). Thus, add 'CFLAGS=-D_WIN32_WINNT=0x0500' like in other packages to make libusb1 also compile for i686-pc-mingw32.static.
* Use libusb instead of the deprecated libusbxAndrew Hankins2014-06-151-5/+5
| | | | | | | | | | | libusbx was a fork of libusb with compatible API. Now it is fully merged into libusb, so use the latter instead. Fixes #415. Commit message amended by Timothy Gu. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package libusb1Mark Brand2014-03-171-2/+2
|
* various packages: enable shared buildsTony Theodore2014-02-101-5/+1
|
* update packages librsvg libusb m4 openscenegraphNiels Kristian Bech Jensen2013-11-101-2/+2
|
* new package libusb1Uwe Hermann2013-08-201-0/+27
This is a package for the libusb-1.0 shared library (MXE package name "libusb1") used by various projects. It is not to be confused with the older libusb-0.1 library (MXE package name "libusb") which is a completely different library with different API. Both libs are in wide-spread use and can be installed in parallel.