[gtk/gtk-4-4: 1/3] Fix build with wayland-protocols subproject
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-4-4: 1/3] Fix build with wayland-protocols subproject
- Date: Sat, 19 Mar 2022 12:27:04 +0000 (UTC)
commit 43c9822aa77b2b206f717f2bcfa62444e9afe5eb
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 10 13:21:28 2022 -0500
Fix build with wayland-protocols subproject
The missing files() was pointed out in #4530.
Fixes: #4530
gdk/wayland/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/wayland/meson.build b/gdk/wayland/meson.build
index 28a00a959b..801d55509a 100644
--- a/gdk/wayland/meson.build
+++ b/gdk/wayland/meson.build
@@ -71,7 +71,7 @@ foreach p: proto_sources
elif proto_stability == 'staging'
proto_version = p.get(2)
output_base = '@0@-@1@'.format(proto_name, proto_version)
- input = join_paths(wlproto_dir, '@0@/@1@/@2@.xml'.format(proto_stability, proto_name, output_base))
+ input = files(join_paths(wlproto_dir, '@0@/@1@/@2@.xml'.format(proto_stability, proto_name,
output_base)))
elif proto_stability == 'private'
output_base = proto_name
input = files('protocol/@0@.xml'.format(proto_name))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]