viveris / uMTP-Responder

Lightweight USB Media Transfer Protocol (MTP) responder daemon for GNU/Linux
GNU General Public License v3.0
192 stars 52 forks source link

Add Meson support and notify systemd once endpoint setup is complete #82

Closed emfend closed 10 months ago

emfend commented 2 years ago

This branch adds Meson as an alternative build system. Also added an option to notify systemd once the endpoint setup is complete to indicate that the gadget is ready to be activated.

jfdelnero commented 10 months ago

Thanks, systemd notify support merged. Regarding meson, for the moment we prefer to stay with make.

jjhiblot commented 9 months ago

@jfdelnero how about cmake ? it is similar to meson and is widely used. Makefile based project aren't that easy to integrate perfectly with build environment such as the yocto project which is typically the kind of project that users of umtp-responder are using.