build: move wayland-protocols dep to protocol/

This commit is contained in:
Simon Ser 2021-05-01 12:33:27 +02:00
parent 2603a5dee7
commit 66d5805594
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,4 @@
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir')
wayland_scanner_dep = dependency('wayland-scanner', native: true)