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 2102 - Hardcoded libudev name prevents hotplugging on some distributions
Summary: Hardcoded libudev name prevents hotplugging on some distributions
Status: RESOLVED DUPLICATE of bug 2033
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: 2.0.0
Hardware: All Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 18:04 UTC by norfanin
Modified: 2013-09-18 13:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description norfanin 2013-09-17 18:04:08 UTC
The libudev name that is hardcoded in src/joystick/linux/SDL_sysjoystick.c does not match the one that is present on Arch Linux. It's just libudev.so or libudev.so.1 there. A quick look at Fedora 19 shows that it also has libudev.so.1.

It breaks hotplugging for these distributions.
Comment 1 Gabriel Jacobo 2013-09-18 13:12:51 UTC
Marking as duplicate

*** This bug has been marked as a duplicate of bug 2033 ***