diff options
| author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-04-16 14:01:44 +0100 |
|---|---|---|
| committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-25 20:31:55 -0500 |
| commit | 26378ed3c79908ef1ad53e2ed370986f4127177a (patch) | |
| tree | 8202011f4e9ce01e70e5040231950b7ba83c0bab /meson.build | |
| parent | 6c5562a08fb3f4c74f4295a37a6f429d5431dc40 (diff) | |
Add Igalia feedmain
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 28aeb55..9881425 100644 --- a/meson.build +++ b/meson.build @@ -117,7 +117,15 @@ custom_target('feed.xml', custom_target('graphics_feed.xml', input : [rss_gen, meta_files], output : 'graphics_feed.xml', - command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'igalia', 'graphics'], + command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'graphics'], + env : lua_env, + install : true, + install_dir : '') + +custom_target('igalia_feed.xml', + input : [rss_gen, meta_files], + output : 'igalia_feed.xml', + command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'igalia'], env : lua_env, install : true, install_dir : '') |