File: meson.build

package info (click to toggle)
libnotify 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 840 kB
  • sloc: xml: 8,298; ansic: 3,167; sh: 63; python: 23; makefile: 5
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