You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/bin/meson.build

8 lines
201 B
Meson

# runtime dependencies for `mangoplot`: matplotlib and a GUI backed like PyQt5
install_data(
'mangoplot.py',
install_dir: get_option('bindir'),
rename: 'mangoplot',
install_mode: 'rwxr-xr-x'
)