public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-settings-daemon] rawhide: Add missing BuildRequires: 'pkgconfig(wayland-client)'
Date: Sat, 25 Jul 2026 17:52:04 GMT	[thread overview]
Message-ID: <178500192473.1.11160261089520134953.rpms-cinnamon-settings-daemon-ce231359975e@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-25 17:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178500192473.1.11160261089520134953.rpms-cinnamon-settings-daemon-ce231359975e@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox