Bug 2177077
| Summary: | Mutter 44 no longer depends on gtk3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | louisgtwo |
| Component: | mutter | Assignee: | Florian Müllner <fmuellner> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | belmouss, fmuellner, gnome-sig, jadahl, otaylor, philip.wyett, sbonazzo, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mutter-45~alpha-6.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-24 06:23:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
louisgtwo
2023-03-09 21:44:20 UTC
(In reply to louisgtwo from comment #0) > mutter 44 removed its dependency of gtk3. Stop building with a gtk3 dep. Removing gtk3 dependency in the spec file results in gtk3 being pulled in only by mutter-tests sub-package. During the build process gtk3 is still being pulled in by other mutter build dependencies Test patch: $ git diff -U0 diff --git a/mutter.spec b/mutter.spec index 1fd5758..c23b938 100644 --- a/mutter.spec +++ b/mutter.spec @@ -2 +1,0 @@ -%global gtk3_version 3.19.8 @@ -90 +88,0 @@ Requires: gnome-settings-daemon -Requires: gtk3%{?_isa} >= %{gtk3_version} Mutter still depends on gtk3 for it tests until https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3064 is merged and part of a new release. Posted a PR on https://src.fedoraproject.org/rpms/mutter/pull-request/32 Included in f39 mass rebuild: mutter-45~alpha-6.fc39 |