Skip to content

Commit

Permalink
meson: Use gnome module to compile schemas (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Jul 14, 2024
1 parent 0f7a143 commit 4ab357b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You'll need the following dependencies:
* libgnome-desktop-4-dev
* libgranite-7-dev
* libswitchboard-3-dev
* meson >= 0.46.1
* meson >= 0.58.0
* policykit-1
* valac

Expand Down
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ subdir('data')
subdir('src')
subdir('po')

meson.add_install_script('meson/post_install.py')
gnome.post_install(
glib_compile_schemas: true
)
10 changes: 0 additions & 10 deletions meson/post_install.py

This file was deleted.

0 comments on commit 4ab357b

Please sign in to comment.