We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
installed_tests
1 parent f268436 commit 840fd1dCopy full SHA for 840fd1d
tests/share/applications/meson.build
@@ -1,3 +1,3 @@
1
-configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true)
2
-configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true)
3
-configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true)
+configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
+configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
+configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
0 commit comments