summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-23 16:03:04 +0200
committerkotontrion <[email protected]>2024-05-23 16:03:04 +0200
commitf54981f20f6418848fa86fbd6d56642906ef0f17 (patch)
treeaec13c058e33d2cc12c4cb4b8adb65279ab42300 /src/meson.build
parentfc09b269240ed2716c7949b1f73133a9c01ae107 (diff)
code formatting
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 56042aa..f89f3fc 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -42,7 +42,7 @@ sources = files(
libtray = library(
meson.project_name(),
sources,
- dependencies: deps
+ dependencies: deps,
vala_header: meson.project_name() + '.h',
vala_vapi: meson.project_name() + '.vapi',
vala_gir: tray_gir,