From d1fc1adae7b97968959f9fe21bb4caf66b8af8a4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 7 Mar 2023 22:40:17 +0000 Subject: [PATCH] Apply suggestion to use '/' over join_paths --- gtk/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/meson.build b/gtk/meson.build index 8d3fb73a55..a8e108846d 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -913,7 +913,7 @@ foreach lang : [ gnome.compile_resources(lang, resxml, - source_dir: join_paths(meson.current_source_dir(), 'emoji'), + source_dir: meson.current_source_dir() / 'emoji', gresource_bundle: true, install: true, install_dir: gtk_datadir / 'gtk-4.0/emoji', -- 2.30.2