Skip to content

Commit

Permalink
cascade composites correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wpkelso committed Jan 26, 2025
1 parent 57d21c5 commit d99477f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mimes/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ foreach template : templates
python3,
'@[email protected]'.format(join_paths(meson.project_source_root(), 'scripts', 'composite-svg')),
'@[email protected]'.format(join_paths(meson.current_source_dir(), size, 'decoration-template')),
'@[email protected]'.format(join_paths(meson.current_source_dir(), size, template)),
# We operate entirely in the build directory here, because we are
# cascading off of a previously composited file
'@[email protected]'.format(join_paths(meson.project_build_root(), 'mimes', size, template)),
'@[email protected]'.format(join_paths(meson.project_build_root(), 'mimes', size, template)),
check: false
)
Expand Down

0 comments on commit d99477f

Please sign in to comment.