diff options
author | lbonn <bonnans.l@gmail.com> | 2021-09-08 01:45:38 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-09-08 08:19:40 +0200 |
commit | adf9e16c88d1ac80184f726a4d6e2a5359b69ba9 (patch) | |
tree | 0ed4fa80734b20a15ce08b49b3a148f72884de6e /protocols | |
parent | 91d6d00414c2d4dbf24519b54002b84191294e8d (diff) |
build: subproject support for wayland-protocols
As in wlroots: [1]
[1]: https://github.com/swaywm/wlroots/pull/2953
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 8c4ae0af..8e9e65be 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -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() |