| Summary: | [PATCH] Remove dependency on libudev.h | ||
|---|---|---|---|
| Product: | SDL | Reporter: | tomwardio |
| Component: | haptic | Assignee: | Ryan C. Gordon <icculus> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.10 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Patch to remove libudev header. | ||
Created attachment 3936 [details] Patch to remove libudev header. Proposed patch to remove need to #include <libudev.h>, which was only needed for 3 struct forward declarations. This mostly removes the need to have libudev installed to enable support, though there's still some configuration required to determine the SDL_UDEV_DYNAMIC define.