From ff40bc940264bf2b90e79e43719eefd2e5e02153 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 27 May 2025 07:47:15 -0700 Subject: [PATCH] fix(pbpctrl): more builddeps (#4989) (#5076) * fix(pbpctrl): pkgconfig(dbus-1) * Update pbpctrl.spec * protobuf-compiler * Update pbpctrl.spec --------- (cherry picked from commit c4a03ee74575c4d660b872914ca165861d1f9602) Signed-off-by: madomado Co-authored-by: madomado --- anda/langs/rust/pbpctrl/pbpctrl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/langs/rust/pbpctrl/pbpctrl.spec b/anda/langs/rust/pbpctrl/pbpctrl.spec index e068768fd7..033e86e380 100644 --- a/anda/langs/rust/pbpctrl/pbpctrl.spec +++ b/anda/langs/rust/pbpctrl/pbpctrl.spec @@ -15,6 +15,9 @@ Source: %url/archive/refs/tags/v%version.tar.gz Packager: madonuko BuildRequires: cargo-rpm-macros >= 24 +BuildRequires: pkgconfig(dbus-1) +BuildRequires: protobuf-compiler +BuildRequires: protobuf-devel %global _description %{expand: Command-line utility for controlling Google Pixel Buds Pro.}