diff options
Diffstat (limited to 'libgweather')
-rw-r--r-- | libgweather/tests/meson.build | 3 | ||||
-rw-r--r-- | libgweather/tools/meson.build | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libgweather/tests/meson.build b/libgweather/tests/meson.build index b1f906b..3574027 100644 --- a/libgweather/tests/meson.build +++ b/libgweather/tests/meson.build @@ -1,6 +1,3 @@ -schemas_srcdir = meson.project_source_root() / 'schemas' -schemas_builddir = meson.project_build_root() / 'schemas' - gweather_test_cargs = [ '-DSCHEMASDIR="@0@"'.format(schemas_srcdir), '-DSCHEMAS_BUILDDIR="@0@"'.format(schemas_builddir), diff --git a/libgweather/tools/meson.build b/libgweather/tools/meson.build index 3a05ef1..24f5f13 100644 --- a/libgweather/tools/meson.build +++ b/libgweather/tools/meson.build @@ -15,9 +15,6 @@ tools = [ } ] -schemas_srcdir = meson.project_source_root() / 'schemas' -schemas_builddir = meson.project_build_root() / 'schemas' - tools_cargs = [ '-DTEST_LOCATIONS="@0@"'.format(locations_bin.full_path()), '-DSCHEMASDIR="@0@"'.format(schemas_srcdir), |