From 7aa1e5dd3d80e2664eac7eb0a409829e9785a521 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Wed, 8 Jan 2025 10:54:40 +0100 Subject: WIP: Add a Lua PDF generator Because Lua compiled for C++ might be hard to find, provide a wrap. Only GitHub releases seem to contain onelua.c, which is a very handy file. WIP: Add documentation, actually get rid of the libqr copy. --- lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt (limited to 'lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt') diff --git a/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt b/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt new file mode 100644 index 0000000..ea6f6c4 --- /dev/null +++ b/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt @@ -0,0 +1,4 @@ +option( + 'loadlib', type : 'feature', + description : 'Allow Lua to "require" C extension modules' +) -- cgit v1.2.3-70-g09d2