summaryrefslogtreecommitdiff
path: root/types/meson.build
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2024-01-08 09:23:32 +0100
committerGitHub <[email protected]>2024-01-08 09:23:32 +0100
commitb875d712407115b381915495e50875cfc523b76d (patch)
tree4f050bcb1a18179accd390749420d00714664691 /types/meson.build
parent6759e8da7ab53a46b0eb04e5045b8c67262c3a11 (diff)
parentcc83f41dbfc12af350c37f46677b82a64df801b8 (diff)
Merge pull request #27 from wlrfx/add_back_xkbcommon_dep
Meson fixes
Diffstat (limited to 'types/meson.build')
-rw-r--r--types/meson.build9
1 files changed, 7 insertions, 2 deletions
diff --git a/types/meson.build b/types/meson.build
index 0527b7c..29e9c36 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -1,7 +1,12 @@
wlr_files += files(
- 'output/wlr_output.c',
'scene/wlr_scene.c',
- 'buffer/buffer.c',
)
+if not wlroots_is_sub
+ wlr_files += files([
+ 'output/wlr_output.c',
+ 'buffer/buffer.c',
+ ])
+endif
+
subdir('fx')