File: meson.build

package info (click to toggle)
libnotify 0.7.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: xml: 8,209; ansic: 2,325; sh: 32; python: 23; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
progs = ['notify-send']

foreach prog: progs
  executable(prog, [prog + '.c'],
    dependencies: libnotify_dep,
    install: true)
endforeach