]> git.pld-linux.org Git - packages/mutter.git/commitdiff
- added deps patch to adjust gsettings-desktop-schemas version (40.0 is not newer... auto/th/mutter-40.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Apr 2021 19:31:14 +0000 (21:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Apr 2021 19:31:14 +0000 (21:31 +0200)
mutter-deps.patch [new file with mode: 0644]
mutter.spec

diff --git a/mutter-deps.patch b/mutter-deps.patch
new file mode 100644 (file)
index 0000000..2c8efb7
--- /dev/null
@@ -0,0 +1,11 @@
+--- mutter-40.0/meson.build.orig       2021-04-04 19:26:12.312251942 +0200
++++ mutter-40.0/meson.build    2021-04-04 20:14:09.156666738 +0200
+@@ -22,7 +22,7 @@
+ pango_req = '>= 1.46.0'
+ cairo_req = '>= 1.10.0'
+ pangocairo_req = '>= 1.20'
+-gsettings_desktop_schemas_req = '>= 40.alpha'
++gsettings_desktop_schemas_req = '>= 40'
+ json_glib_req = '>= 0.12.0'
+ upower_glib_req = '>= 0.99.0'
+ xcomposite_req = '>= 0.4'
index 4729cad9ae42773781cac83d404044772009f559..74139843e4b56a5579c5a7ce1944dc0cb168969f 100644 (file)
@@ -16,6 +16,7 @@ Group:                X11/Window Managers
 Source0:       https://download.gnome.org/sources/mutter/40/%{name}-%{version}.tar.xz
 # Source0-md5: 64ec45c43427fa9794fc3a6e287689bd
 Patch0:                %{name}-no-xwayland.patch
+Patch1:                %{name}-deps.patch
 URL:           https://gitlab.gnome.org/GNOME/mutter
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-GLX-devel
@@ -181,6 +182,7 @@ Mutter.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %meson build \
This page took 0.456027 seconds and 4 git commands to generate.