|
|
@ -21,7 +21,7 @@ prefix = get_option('prefix')
|
|
|
|
|
|
|
|
|
|
|
|
jsonc = dependency('json-c', version: '>=0.13')
|
|
|
|
jsonc = dependency('json-c', version: '>=0.13')
|
|
|
|
pcre = dependency('libpcre')
|
|
|
|
pcre = dependency('libpcre')
|
|
|
|
wlroots = dependency('wlroots')
|
|
|
|
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
|
|
|
wayland_server = dependency('wayland-server')
|
|
|
|
wayland_server = dependency('wayland-server')
|
|
|
|
wayland_client = dependency('wayland-client')
|
|
|
|
wayland_client = dependency('wayland-client')
|
|
|
|
wayland_egl = dependency('wayland-egl')
|
|
|
|
wayland_egl = dependency('wayland-egl')
|
|
|
|