summaryrefslogtreecommitdiff
path: root/render/meson.build
diff options
context:
space:
mode:
authorShinyzenith <[email protected]>2023-07-11 18:07:26 +0530
committerShinyzenith <[email protected]>2023-07-11 18:10:10 +0530
commit2388e30bd5ef01ab67d6be769743da3e830f59c4 (patch)
treeeeb9685137d95e888a6b98785109b9f3d9129a59 /render/meson.build
parent9eaa07a4b141bc80a46cb7ab2dc94048f126fa8c (diff)
libscenefx and tinywl compilation success
Signed-off-by: Shinyzenith <[email protected]>
Diffstat (limited to 'render/meson.build')
-rw-r--r--render/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/meson.build b/render/meson.build
new file mode 100644
index 0000000..7916da6
--- /dev/null
+++ b/render/meson.build
@@ -0,0 +1,3 @@
+wlr_files += files(
+ 'pixel_format.c',
+)