Skip to content

Commit

Permalink
Meson: use gnome.post_install to compile schemas (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 3, 2023
1 parent ac0b3bd commit 0121570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project(
'io.elementary.wingpanel',
'c', 'vala',
version: '3.0.3',
meson_version : '>= 0.57'
)

add_project_arguments([
Expand Down Expand Up @@ -47,4 +48,4 @@ if vapigen.found()
subdir('vapi')
endif

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 0121570

Please sign in to comment.