public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-settings-daemon] rawhide: Add missing BuildRequires: 'pkgconfig(wayland-client)'
@ 2026-07-25 17:52 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-settings-daemon
            Branch : rawhide
            Commit : ce231359975e08fb3bbd87796dd8b127b4fd55eb
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:58:13+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/ce231359975e08fb3bbd87796dd8b127b4fd55eb?branch=rawhide

            Log:
            Add missing BuildRequires: 'pkgconfig(wayland-client)'

The spec enables '-Dgtk_layer_shell=true', which activates
'meson.build' line 97: dependency('wayland-client', required: true).
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/meson.build#L97

Without this BuildRequires, the build relies on 'wayland-client'
being pulled in transitively, which is not guaranteed.

Linux Mint 'debian/control' line 28 lists 'libwayland-dev' for the same reason.
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/debian/control#L28

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index a221e2f..ee5a025 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -33,6 +33,7 @@ BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(gtk-layer-shell-0)
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(kbproto)
 BuildRequires:  pkgconfig(pango) >= 1.20.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:52 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:52 [rpms/cinnamon-settings-daemon] rawhide: Add missing BuildRequires: 'pkgconfig(wayland-client)' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox