diff options
author | Aylur <[email protected]> | 2024-10-22 22:27:42 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-23 01:31:01 +0200 |
commit | 02fdcbe57155bd62c632a75e08087177b7c66eb9 (patch) | |
tree | b2c7028ad044e1de3b3d695b346186ef4e42595f /lib/notifd | |
parent | 9a6c776f8fb145a602bcfe9046955d0d2f268416 (diff) |
docs: fixup notifd and apps
Diffstat (limited to 'lib/notifd')
-rw-r--r-- | lib/notifd/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/notifd/meson.build b/lib/notifd/meson.build index e09a371..3d4de95 100644 --- a/lib/notifd/meson.build +++ b/lib/notifd/meson.build @@ -68,7 +68,9 @@ if get_option('lib') gir_tgt = custom_target( gir, - command: [find_program('python3'), files('gir.py'), gir] + pkgs + sources, + command: [find_program('python3'), files('gir.py'), meson.project_name(), gir] + + pkgs + + sources, input: sources, depends: lib, output: gir, |