mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-17 07:48:28 +01:00
build: subproject support for wayland-protocols
As in wlroots: [1] [1]: https://github.com/swaywm/wlroots/pull/2953
This commit is contained in:
parent
91d6d00414
commit
adf9e16c88
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir')
|
||||
wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
|
||||
|
||||
wayland_scanner_dep = dependency('wayland-scanner', required: false, native: true)
|
||||
if wayland_scanner_dep.found()
|
||||
|
|
Loading…
Reference in a new issue