diff options
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index ba1fb1c0..6fc4452f 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -6,5 +6,6 @@ executable( 'input.c', 'main.c', 'output.c', + 'pointer.c' ], dependencies: wlroots ) |