1
0
Fork 0

[meson] Added contrib

This commit is contained in:
Witold Filipczyk 2020-09-11 21:08:34 +02:00
parent ec7869c722
commit 30400f7367
2 changed files with 7 additions and 0 deletions

3
contrib/lua/meson.build Normal file
View File

@ -0,0 +1,3 @@
configure_file(input : 'hooks.lua.in',
output : 'hooks.lua',
configuration : conf_data)

4
contrib/meson.build Normal file
View File

@ -0,0 +1,4 @@
configure_file(input : 'elinks.spec.in',
output : 'elinks.spec',
configuration : conf_data)
subdir('lua')