From: Emmanuele Bassi Date: Tue, 7 Mar 2023 22:40:17 +0000 (+0000) Subject: Apply suggestion to use '/' over join_paths X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~5^2~47^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1fc1adae7b97968959f9fe21bb4caf66b8af8a4;p=gtk4.git Apply suggestion to use '/' over join_paths --- 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',