Attached is the patch I used.

- sed@ -
Fom: Sedat Dilek <sedat.di...@gmail.com>
Date: Wed, 22 Apr 2020 10:51:32 +0200
Subject: Fix systemunitdir variable to handle systemd service file location

Suggested-by: Felipe Sateler <fsate...@debian.org>

--- rtkit-0.13.orig/meson.build
+++ rtkit-0.13/meson.build
@@ -58,7 +58,7 @@ if policydir == ''
         policydir = get_option('datadir') / 'polkit-1' / 'actions'
 endif
 
-systemunitdir = ''
+systemunitdir = get_option('systemd_systemunitdir')
 if systemunitdir == '' and systemd_dep.found()
         systemunitdir = systemd_dep.get_pkgconfig_variable(
                 'systemdsystemunitdir',

Reply via email to