meson wrap

This commit is contained in:
Tony Crisci 2017-12-05 09:02:42 -05:00
parent 83b4c0648d
commit 9e53764f13
6 changed files with 12 additions and 10 deletions

View file

@ -20,7 +20,7 @@ prefix = get_option('prefix')
jsonc = dependency('json-c', version: '>=0.12.1')
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')