summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 83239fa..6d22dc5 100644
--- a/meson.build
+++ b/meson.build
@@ -3,8 +3,6 @@ project('agl-service-hvac',
license : 'Apache-2.0',
default_options : ['c_std=c17', 'cpp_std=c++17'])
-systemd_dep = dependency('systemd')
-
subdir('src')
subdir('systemd')