Skip to content

Commit

Permalink
install built files to install dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
wpkelso committed Jan 26, 2025
1 parent d99477f commit fb15b39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mimes/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ mime_sizes = ['16', '24', '32', '48', '64', '128']

python3 = find_program('python3')

# Copy src dir to build dir, to give a base to work on

mime_types = [
# The first argument is the icon name,
# the second is the base that should be used
Expand Down Expand Up @@ -139,6 +141,12 @@ foreach template : templates
endforeach
endforeach

install_subdir(
meson.project_build_root() / 'mimes',
install_dir: icon_dir,
strip_directory: false
)

mime_links = [
# The first argument is the original icon name,
# the second is the link
Expand Down

0 comments on commit fb15b39

Please sign in to comment.