File: meson.build

package info (click to toggle)
libinputsynth 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168 kB
  • sloc: ansic: 767; xml: 32; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
executable(
  'inputsynth', ['inputsynth.c'],
  dependencies: [ glib_dep, gio_dep ],
  link_with: [ inputsynth_lib ],
  include_directories: inputsynth_inc,
  install: false)