From 73adb06f453d33b35b3d7e136ce94648c6590b80 Mon Sep 17 00:00:00 2001 From: Sayafdine Said Date: Sun, 25 Jun 2023 14:17:19 +0200 Subject: [PATCH] build: add paths_factory file --- howdy/src/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howdy/src/meson.build b/howdy/src/meson.build index 36ae832..9d2835a 100644 --- a/howdy/src/meson.build +++ b/howdy/src/meson.build @@ -35,6 +35,7 @@ py_sources = [ 'cli.py', 'compare.py', 'i18n.py', + 'paths_factory.py', 'recorders/__init__.py', 'recorders/ffmpeg_reader.py', 'recorders/pyv4l2_reader.py', @@ -83,9 +84,8 @@ if not fs.exists(config_path) install_data('config.ini', install_dir: confdir, install_mode: 'rwxr--r--', install_tag: 'config') endif -install_data('dlib-data/install.sh', install_dir: dlibdatadir, install_mode: 'rwxr--r--') +install_data('dlib-data/install.sh', 'dlib-data/Readme.md', install_dir: dlibdatadir, install_mode: 'rwxr--r--') -install_data('dlib-data/Readme.md', install_dir: dlibdatadir, install_mode: 'r--r--r--', install_tag: 'docs') install_man('../howdy.1') # if get_option('fetch_dlib_data')