mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 07:28:41 +02:00
systemd: use the older version of the systemd pkgconfig variables
For compatibility with older versions of systemd
This commit is contained in:
parent
9e7f3d4740
commit
92b621ab8a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ if systemd.found()
|
|||
# system service
|
||||
if get_option('systemd-system-service')
|
||||
systemd_system_unit_dir = systemd.get_pkgconfig_variable(
|
||||
'systemd_system_unit_dir',
|
||||
'systemdsystemunitdir',
|
||||
define_variable : ['prefix', get_option('prefix')])
|
||||
|
||||
if get_option('systemd-system-unit-dir') != ''
|
||||
|
|
@ -20,7 +20,7 @@ if systemd.found()
|
|||
# user service
|
||||
if get_option('systemd-user-service')
|
||||
systemd_user_unit_dir = systemd.get_pkgconfig_variable(
|
||||
'systemd_user_unit_dir',
|
||||
'systemduserunitdir',
|
||||
define_variable : ['prefix', get_option('prefix')])
|
||||
|
||||
if get_option('systemd-user-unit-dir') != ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue