Skip to content
Snippets Groups Projects
Commit 8583e1bc authored by Luca Boccassi's avatar Luca Boccassi
Browse files

Build-depend on systemd-dev and use pkg-config instead of hard-coding unit installation directory

parent e1c893cb
No related branches found
Tags debian/121+compat0.1-3
1 merge request!12Update to 124
......@@ -21,6 +21,7 @@ Build-Depends:
libpam0g-dev,
libselinux1-dev [linux-any],
libsystemd-dev [linux-any],
systemd-dev [linux-any],
meson (>= 0.50.0),
pkg-config,
xml-core,
......
......@@ -37,7 +37,6 @@ override_dh_auto_configure:
-Dexamples=false \
-Dintrospection=true \
-Dman=true \
-Dsystemdsystemunitdir=/usr/lib/systemd/system \
-Dtests=true \
$(configure_flags)
dh_auto_configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment