mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-13 13:10:27 +00:00
8 lines
201 B
Meson
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'
|
||
|
)
|