mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
daemon: meson.build: use get_variable()
Use `get_variable()` on the dependency instead of `get_pkgconfig_variable()` as that has been deprecated in meson 0.56.0.
This commit is contained in:
parent
a9225d3150
commit
b666edde78
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
systemd_system_services_dir = systemd.get_pkgconfig_variable('systemdsystemunitdir', define_variable : [ 'prefix', prefix])
|
||||
systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'prefix', prefix])
|
||||
|
||||
install_data(sources : 'pipewire.socket',
|
||||
install_dir : systemd_system_services_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue