We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4763

Summary: including hidapi support explicitly requires --enable-hidapi for win and mac
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Mac OS X (All)   

Description Ozkan Sezer 2019-08-14 18:50:48 UTC
Since http://hg.libsdl.org/SDL/rev/e18a8781bbc7 (I think),
including hidapi support explicitly requires the --enable-hidapi
switch for windows and macosx builds when using configury:  is
this intended?  (Don't know cmake status, not using it for some
time.)

Regardless of the above, however, I think we need an additional
configury switch like --enable-hidapi-libusb for windows and mac
builds, to be able to skip libusb support if so wanted.