GNOME Bugzilla – Bug 593674
Patch to enable --enable-system-lua configure option for system liblua linkage (Lua engine)
Last modified: 2009-09-21 19:48:02 UTC
Created attachment 142123 [details] [review] Patch to enable option for building Lua engine for external liblua.so There is no 'lua' component here so I post it to 'general'. I propose the following patch to enable the possibility to link Lua engine with system liblua.so rather building internal static version of liblua and linking with it. I tested the patch for building: with and without lua, with and without --enable-lua specified, with and without --enable-system-lua. Feel free to comment. PS: there is no mailing list for patches specified in README or MAINTAINERS file so I don't know where to send it :-/
Created attachment 142135 [details] [review] Cleaned patch
Ah, I first thought you wanted to enable the engine by default. (It is an experimental engine, and developpment has stalled for a long time. Maybe it will never be finished). The patch look good to me, so feel free to commit it. The only mailinglist there is is the gnome-themes mailinglist, which is the correct one for gtk-engines.
Ok, I've committed it to master so closing the bug.
I did not notice this earlier, but it would have been nice to include the bug number in the commit message in the future. That simplifies writing the release notes.