aboutsummaryrefslogtreecommitdiff
path: root/render/pixman/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'render/pixman/meson.build')
-rw-r--r--render/pixman/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/pixman/meson.build b/render/pixman/meson.build
index 484cda46..c8fb875c 100644
--- a/render/pixman/meson.build
+++ b/render/pixman/meson.build
@@ -3,6 +3,7 @@ pixman = dependency('pixman-1')
wlr_deps += pixman
wlr_files += files(
+ 'pass.c',
'pixel_format.c',
'renderer.c',
)