Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
rizalmart authored Dec 10, 2023
1 parent 0da9fc5 commit 47d0c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ foreach file: files_to_install
# Create the install target
install_targets += install_data(file, install_dir: target_path)

# Add all install targets to the installation script
foreach target: install_targets
add_install_script(target)

run_command('/usr/share/glib-2.0/schemas/glib-compile-schemas',
dependencies : [find_program('glib-compile-schemas')],
capture : true)

0 comments on commit 47d0c65

Please sign in to comment.