sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.19k stars 127 forks source link

Does this project run without systemd? #402

Closed godalming123 closed 10 months ago

godalming123 commented 10 months ago

Systemd is listed as a dependency for the libDRM backend. Is this required, or does it just add some additional functionality? If it just adds functionality, then what functionality?

HidenoriMatsubayashi commented 10 months ago

Yes, it's mandatory for event loop implements.

See:

Thanks.