mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
meson: replace deprecated get_pkgconfig_variable and require Meson >= 0.51
This commit is contained in:
parent
108c28ae08
commit
423b573d2e
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ project('espeakup', 'c',
|
|||
],
|
||||
license : 'GPL-3.0-or-later',
|
||||
version : '0.90',
|
||||
meson_version : '>=0.47.0')
|
||||
meson_version : '>=0.51.0')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
thread_dep = dependency('threads')
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
unitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
|
||||
unitdir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir')
|
||||
prefixdir = get_option('prefix')
|
||||
bindir = join_paths(prefixdir, get_option('bindir'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue