From 67193e2ad2f0d4804b874fb32a3197e9d662aa7c Mon Sep 17 00:00:00 2001 From: Bill Li Date: Tue, 5 Dec 2023 20:49:43 +0800 Subject: [PATCH] meson: Install example configuration file for presets.conf --- data/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/meson.build b/data/meson.build index 31bd20de..6327edb9 100644 --- a/data/meson.build +++ b/data/meson.build @@ -47,3 +47,10 @@ install_data( rename : ['MangoHud.conf.example'], install_tag : 'doc', ) + +install_data( + files('presets.conf'), + install_dir : join_paths(get_option('datadir'), 'doc', 'mangohud'), + rename : ['presets.conf.example'], + install_tag : 'doc', +)