Removal of daemon enum sources breaks build of icera plugin
It happened to break flatpak build of GNOME Settings, you can see logs in the downstream issue — https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2287
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
It happened to break flatpak build of GNOME Settings, you can see logs in the downstream issue — https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2287
changed title from Removal of daemon enums sources breaks build of icera plugin to Removal of daemon enum sources breaks build of icera plugin
My fault, sorry.
Some time ago !755 (merged) was included to fix #516 (closed).
When doing the builtin-plugin support changes, I removed those lines because the daemon enum sources were being integrated in several plugins at the same time. The plugins should depend on the daemon enum sources being generated, NOT include them in the plugin themselves.
Will try to fix this.
@inigomartinez FYI
mentioned in commit aleksm/ModemManager@7152aec9
mentioned in merge request !949 (merged)
mentioned in commit aleksm/ModemManager@e3667ecb
closed with commit e3667ecb
Thanks for the fix!