0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

build: add paths_factory file

This commit is contained in:
Sayafdine Said 2023-06-25 14:17:19 +02:00
parent c97164f9f5
commit 73adb06f45
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -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')