From 30908e874e960e22425af0d64a65594e3db72d20 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sat, 21 Jun 2025 15:04:45 +0200 Subject: .build.yml: Add libudev dependency --- .build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.build.yml b/.build.yml index 3dd505b2..bf96297a 100644 --- a/.build.yml +++ b/.build.yml @@ -18,6 +18,7 @@ requires: - libxklavier - libxkbcommon - accountsservice + - systemd-libs # - libayatana-common debian: @@ -37,6 +38,7 @@ requires: - libxkbregistry-dev - libaccountsservice-dev - systemd + - libudev-dev # - libayatana-common-dev # For building libayatana-common: - liblomiri-url-dispatcher-dev @@ -54,6 +56,7 @@ requires: - libxklavier-dev - libaccountsservice-dev - systemd + - libudev-dev # - libayatana-common-dev # - libxkbcommon-dev # - libxkbregistry-dev -- cgit v1.2.3