Revert "[Meson] Fix all deprecation warnings"

This reverts commit f7e1175ef0.
This commit is contained in:
Nils Tonnätt 2021-08-06 16:23:12 +02:00 committed by Wim Taymans
parent 090aaa4fb0
commit dd12910769
11 changed files with 36 additions and 36 deletions

View file

@ -1,4 +1,4 @@
systemd_system_services_dir = systemd.get_variable(pkgconfig : 'systemdsystemunitdir', pkgconfig_define : [ 'prefix', prefix])
systemd_system_services_dir = systemd.get_pkgconfig_variable('systemdsystemunitdir', define_variable : [ 'prefix', prefix])
install_data(sources : 'pipewire.socket',
install_dir : systemd_system_services_dir)