mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 01:50:04 +01:00
systemd: correctly prefix systemd system units
The definition of the `systemdsystemunitdir` variable uses `rootprefix` instead of `prefix`: https://github.com/systemd/systemd/blob/v250/src/core/systemd.pc.in#L23
This commit is contained in:
parent
74ee6faae1
commit
c0d036ebdd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir',
|
||||
pkgconfig_define: [ 'prefix', prefix])
|
||||
pkgconfig_define: [ 'rootprefix', prefix])
|
||||
|
||||
systemd_config = configuration_data()
|
||||
systemd_config.set('PW_MEDIA_SESSION_BINARY', media_session_bindir / 'pipewire-media-session')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue