mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
switched to meson
This commit is contained in:
10
src/meson.build
Normal file
10
src/meson.build
Normal file
@ -0,0 +1,10 @@
|
||||
#conf = configuration_data()
|
||||
|
||||
#configure_file(
|
||||
# input: 'mpdevil.py',
|
||||
# output: 'mpdevil',
|
||||
# configuration: conf,
|
||||
# install_dir: join_paths(get_option('prefix'), get_option('bindir'))
|
||||
#)
|
||||
|
||||
install_data('mpdevil', install_dir: join_paths(get_option('prefix'), get_option('bindir')))
|
3930
src/mpdevil
Executable file
3930
src/mpdevil
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user