From 95f69d83b36c3981bbbfa2479365de17050c8bfa Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 17 Jun 2022 14:55:17 +0800 Subject: [PATCH] Remove various meson toggles that match with upstream defaults --- gtk4.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk4.spec b/gtk4.spec index ce8e054..6518bc7 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -11,7 +11,7 @@ Name: gtk4 Version: 4.6.2 -Release: 1 +Release: 2 Summary: GTK graphical user interface library License: LGPLv2+ URL: https://www.gtk.org @@ -91,7 +91,6 @@ export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT % -Dx11-backend=true \ -Dwayland-backend=true \ -Dbroadway-backend=true \ - -Dxinerama=enabled \ -Dsysprof=enabled \ -Dtracker=enabled \ -Dcolord=enabled \ @@ -179,6 +178,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/gtk4-widget-factory.1* %changelog +* Fri Jun 17 liyanan - 4.6.2-2 +- Remove various meson toggles that match with upstream defaults + * Mon Mar 28 2022 lin zhang - 4.6.2-1 - Upgrade to 4.6.2 - Add gtk4.yaml