File: meson.build

package info (click to toggle)
drum-machine 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,124 kB
  • sloc: python: 3,067; xml: 19; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
pattern_dir = meson.current_source_dir()

pattern_files = [
  'Boom Boom.mid',
  'Maybe Rock.mid',
  'Night.mid',
  'Slow.mid',
  'Chill.mid',
  'Shoot.mid',
]

install_data(pattern_files, install_dir: get_option('datadir') / 'drum-machine' / 'data' / 'patterns')