File: meson.build

package info (click to toggle)
dleyna 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,508 kB
  • sloc: ansic: 19,260; python: 1,769; makefile: 18; sh: 6
file content (12 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
python = import('python').find_installation('python3', required: false)
if python.found()
  python.install_sources(
    files(
      'dLeyna/download_sync_controller.py',
      'dLeyna/mediaconsole.py',
      'dLeyna/rendererconsole.py',
      'dLeyna/upload_sync_controller.py'
    ),
    subdir: 'dLeyna'
  )
endif