Makefile installs libudev.h into /usr/include/libudev.h.
However, eudev provides /usr/include/udev.h.
As a result, the headers provided by this package don't work as a drop-in replacement when compiling software that depends on udev.h.
Shouldn't libudev.h be installed into /usr/include/udev.h instead?
Makefile installs libudev.h into
/usr/include/libudev.h.However, eudev provides
/usr/include/udev.h.As a result, the headers provided by this package don't work as a drop-in replacement when compiling software that depends on udev.h.
Shouldn't
libudev.hbe installed into/usr/include/udev.hinstead?