ci: install systemd-dev for systemd.pc in build-full job

On Debian sid, `dependency('systemd')` needs systemd.pc, which is shipped by
the `systemd-dev` package, not `libsystemd-dev`. Add it so the forced
-Dsystemd=enabled configure step succeeds.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex
2026-07-04 02:34:31 +02:00
co-authored by Claude Opus 4.8
parent 45276f217e
commit 14cb78b835
+1
View File
@@ -58,6 +58,7 @@ jobs:
libmm-glib-dev \ libmm-glib-dev \
libevdev-dev \ libevdev-dev \
libsystemd-dev \ libsystemd-dev \
systemd-dev \
libepoxy-dev \ libepoxy-dev \
libfftw3-dev libfftw3-dev
- name: configure - name: configure