]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/backlight/meson.build
meson: move declarations of backlight, rfkill, and sysupdate-generator
[thirdparty/systemd.git] / src / backlight / meson.build
diff --git a/src/backlight/meson.build b/src/backlight/meson.build
new file mode 100644 (file)
index 0000000..ed4c55e
--- /dev/null
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+executables += [
+        libexec_template + {
+                'name' : 'systemd-backlight',
+                'conditions' : ['ENABLE_BACKLIGHT'],
+                'sources' : files('backlight.c'),
+        },
+]