aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar denppa <71837206+denppa@users.noreply.github.com>2023-08-30 10:57:25 -0400
committerLibravatar GitHub <noreply@github.com>2023-08-30 23:57:25 +0900
commit89f85312687b7fd1777c936e169e6400cee0a4b4 (patch)
treee5aa0f7de0dcbc86408348c51e6bf0edb8e833e9 /protocols
parentxdg_shell: update wlr_toplevel size on client resizes (diff)
downloadsway-89f85312687b7fd1777c936e169e6400cee0a4b4.tar.gz
sway-89f85312687b7fd1777c936e169e6400cee0a4b4.tar.zst
sway-89f85312687b7fd1777c936e169e6400cee0a4b4.zip
build: fix build with wayland-scanner subproject
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index b6fdec8c..2992ac58 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -2,7 +2,7 @@ wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
2 2
3wayland_scanner_dep = dependency('wayland-scanner', native: true) 3wayland_scanner_dep = dependency('wayland-scanner', native: true)
4wayland_scanner = find_program( 4wayland_scanner = find_program(
5 wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'), 5 wayland_scanner_dep.get_variable('wayland_scanner'),
6 native: true, 6 native: true,
7) 7)
8 8