From aaeec84d75ea46bba3c7857be43ad5416301f5b1 Mon Sep 17 00:00:00 2001 From: William Roy Date: Tue, 7 Mar 2023 21:59:50 +0000 Subject: Fix compile_resources present source directory In certain scenarios, address the issue where gnome.compile_resources fails to transmit the present source directory. This is most notably visible with MSBuild. --- examples/application3/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/application3') diff --git a/examples/application3/meson.build b/examples/application3/meson.build index 082575d752..1dbc605592 100644 --- a/examples/application3/meson.build +++ b/examples/application3/meson.build @@ -1,6 +1,6 @@ app3_resources = gnome.compile_resources('exampleapp3_resources', 'exampleapp.gresource.xml', - source_dir: '.') + source_dir: meson.current_source_dir()) executable('exampleapp3', 'exampleapp.c', 'exampleappwin.c', 'main.c', app3_resources, -- cgit v1.2.1