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 - including hidapi support explicitly requires --enable-hidapi for win and mac
Summary: including hidapi support explicitly requires --enable-hidapi for win and mac
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: All Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-14 18:50 UTC by Ozkan Sezer
Modified: 2020-11-21 20:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.