public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-control-center] rawhide: Add missing BuildRequires: 'pkgconfig(xi) >= 1.2'
@ 2026-07-25 23:20 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 23:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-control-center
Branch : rawhide
Commit : 9ed5a5b379bde1811d72eeafc3d260de015f029f
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:55:37+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-control-center/c/9ed5a5b379bde1811d72eeafc3d260de015f029f?branch=rawhide
Log:
Add missing BuildRequires: 'pkgconfig(xi) >= 1.2'
'meson.build' requires 'dependency('xi', version: '>=1.2')' but the spec
had no corresponding BuildRequires. The build succeeds only because libXi
is pulled in transitively.
Upstream: https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/meson.build#L77
Linux Mint's 'debian/control' also omits 'libxi-dev' from Build-Depends,
so both distributions were missing this explicit dependency.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-control-center.spec b/cinnamon-control-center.spec
index d8f5ffc..01c05c2 100644
--- a/cinnamon-control-center.spec
+++ b/cinnamon-control-center.spec
@@ -47,6 +47,7 @@ BuildRequires: pkgconfig(libnma) >= 1.2.0
BuildRequires: pkgconfig(mm-glib) >= 0.7
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(libwacom)
+BuildRequires: pkgconfig(xi) >= 1.2
%description
This package contains configuration utilities for the Cinnamon desktop, which
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 23:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 23:20 [rpms/cinnamon-control-center] rawhide: Add missing BuildRequires: 'pkgconfig(xi) >= 1.2' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox