Skip to content

Commit

Permalink
Fix meson.build deprecations up to 0.56.0 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Oct 2, 2023
1 parent eed4bfd commit 13b0aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('cinnamon-settings-daemon', 'c', version: '5.8.1', meson_version: '>= 0.47')
project('cinnamon-settings-daemon', 'c', version: '5.8.1', meson_version: '>=0.56.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
2 changes: 1 addition & 1 deletion plugins/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desktop_conf = configuration_data()
desktop_conf.set('libexecdir', join_paths(prefix, libexecdir))

ln_script = join_paths(meson.source_root(), 'install-scripts', 'meson_mk_symlink.py')
ln_script = join_paths(meson.project_source_root(), 'install-scripts', 'meson_mk_symlink.py')

# subdir('dummy')

Expand Down

0 comments on commit 13b0aa4

Please sign in to comment.