File: meson.build

package info (click to toggle)
libnotify 0.8.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 904 kB
  • sloc: xml: 8,323; ansic: 3,399; python: 709; sh: 63; makefile: 21; javascript: 6
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
progs = ['notify-send']

foreach prog: progs
  target = executable(prog, [prog + '.c'],
    dependencies: libnotify_dep,
    install: true)
  set_variable('tool_@0@'.format(prog.underscorify()), target)
endforeach