aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-12 12:21:46 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-03-12 12:21:46 +0100
commitc8fad9ddd351f52e93cf13e9299b15b39c51d89a (patch)
tree7e0a7850ac5558cba6aca42924cd8627b0f62c9b /meson.build
parent2f7ebf16f73aaf17d07f77315bbf794237b8f714 (diff)
meson: allow wlroots to be a subproject
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fc995c81..f27ac451 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@ prefix = get_option('prefix')
jsonc = dependency('json-c', version: '>=0.13')
pcre = dependency('libpcre')
-wlroots = dependency('wlroots')
+wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')