aboutsummaryrefslogtreecommitdiff
path: root/backend/noop/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/noop/meson.build')
-rw-r--r--backend/noop/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/noop/meson.build b/backend/noop/meson.build
new file mode 100644
index 00000000..950c0716
--- /dev/null
+++ b/backend/noop/meson.build
@@ -0,0 +1,4 @@
+wlr_files += files(
+ 'backend.c',
+ 'output.c',
+)