From 8c47bc3e01303a248a8733ff67e71fc61cb94382 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Wed, 22 Jun 2022 22:11:00 +0800 Subject: [PATCH] remove meson option wayland-backend --- gtk3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk3.spec b/gtk3.spec index 4ed3704..13a63d1 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -14,7 +14,7 @@ #Basic Information Name: gtk3 Version: 3.24.34 -Release: 1 +Release: 2 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org @@ -113,7 +113,6 @@ export CFLAGS='-fno-strict-aliasing %optflags' %meson \ -Dbroadway_backend=true \ -Dbuiltin_immodules=auto\ - -Dwayland-backend=true \ -Dcolord=yes \ -Dgtk_doc=true \ -Dinstalled_tests=true \ @@ -263,6 +262,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || : %{_mandir}/man1/gtk3-widget-factory.1* %changelog +* Mon Jun 20 2022 lin zhang - 3.24.34-2 +- remove meson option wayland-backend + * Mon Jun 6 2022 lin zhang - 3.24.34-1 - Upgrade to 3.24.34 -- Gitee