summaryrefslogtreecommitdiff
path: root/demos/widget-factory/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'demos/widget-factory/meson.build')
-rw-r--r--demos/widget-factory/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget-factory/meson.build b/demos/widget-factory/meson.build
index 0513555a3f..bc4bb29478 100644
--- a/demos/widget-factory/meson.build
+++ b/demos/widget-factory/meson.build
@@ -69,7 +69,7 @@ if not meson.is_cross_build() and build_machine.cpu_family() != 'arm' and build_
else
widgetfactory_resources = gnome.compile_resources('widgetfactory_resources',
'widget-factory.gresource.xml',
- source_dir: '.',
+ source_dir: meson.current_source_dir(),
)
endif