GNOME Bugzilla – Bug 754531
Make lua-factory a hard requirement
Last modified: 2015-09-24 12:47:26 UTC
A lot of the plugins we used to have in C are now written in Lua. We should make lua-factory a hard requirement of grilo-plugins, so we can rely on it being available. This would mean making grl-net, libarchive and json-glib a hard requirement.
Not a hard requirement, as some consumers of grilo-plugins might not need all the plugins, but try to nudge distributors towards it. commit b0e8529fb48093b76a48ed86e3bbd9181ccfe26d Author: Bastien Nocera <hadess@hadess.net> Date: Thu Sep 24 14:45:24 2015 +0200 build: Fail if lua-factory can't be build by default Unless --disable-lua-factory is passed, error out if lua-factory cannot be built. We really want distributions to ship lua-factory, as it's how the majority of our plugins are implemented. https://bugzilla.gnome.org/show_bug.cgi?id=754531