public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-screensaver] rawhide: Add missing BuildRequires: 'pkgconfig(xinerama)'
@ 2026-07-25 17:49 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-screensaver
Branch : rawhide
Commit : 5240ddafb5dfa26664305070d87d2cf788535de6
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:56:48+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-screensaver/c/5240ddafb5dfa26664305070d87d2cf788535de6?branch=rawhide
Log:
Add missing BuildRequires: 'pkgconfig(xinerama)'
'meson_options.txt' line 3: option('xinerama', type: 'boolean', value: true)
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/meson_options.txt#L3
'meson.build' line 84: dependency('xinerama')
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/meson.build#L84
The meson option 'xinerama' defaults to true. On Linux, 'meson.build'
calls dependency('xinerama') which requires the xinerama .pc file.
Without this BuildRequires, the build relies on 'libXinerama-devel'
being pulled in transitively.
'meson.build' lines 74-88: full xinerama handling block
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/meson.build#L74-L88
LM's 'debian/control' does not list 'libxinerama-dev' explicitly
either (likely pulled by 'libgtk-3-dev'), but for Fedora spec
correctness the dependency should be declared:
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/debian/control#L5-L19
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-screensaver.spec b/cinnamon-screensaver.spec
index 41f2879..17f5e6a 100644
--- a/cinnamon-screensaver.spec
+++ b/cinnamon-screensaver.spec
@@ -27,6 +27,7 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(libxdo)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(pam)
+BuildRequires: pkgconfig(xinerama)
BuildRequires: python3-packaging
Recommends: caribou%{?_isa}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 17:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:49 [rpms/cinnamon-screensaver] rawhide: Add missing BuildRequires: 'pkgconfig(xinerama)' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox