From fb5db7a4987ee50e0f58f5fc9129cf53cb3550dd2e2fdd7a03b8c6114049c75e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 Jan 2021 14:07:50 +0000 Subject: [PATCH] Accepting request 867574 from home:iznogood:branches:GNOME:Factory - Pass conditional Darm_neon=false instead of Darm-neon=true to meson, fix build for armv7. - Stop passing Dbenchmarks=true, no longer recognized nor used. OBS-URL: https://build.opensuse.org/request/show/867574 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=28 --- graphene.changes | 7 +++++++ graphene.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/graphene.changes b/graphene.changes index 0872e3e..686c721 100644 --- a/graphene.changes +++ b/graphene.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 28 12:08:06 UTC 2021 - Bjørn Lie + +- Pass conditional Darm_neon=false instead of Darm-neon=true to + meson, fix build for armv7. +- Stop passing Dbenchmarks=true, no longer recognized nor used. + ------------------------------------------------------------------- Tue Jun 23 19:20:50 UTC 2020 - Bjørn Lie diff --git a/graphene.spec b/graphene.spec index 9a45ee4..7d406ab 100644 --- a/graphene.spec +++ b/graphene.spec @@ -1,7 +1,7 @@ # # spec file for package graphene # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -87,9 +87,12 @@ This subpackage contains the development files for the Graphene library. -Dintrospection=true \ -Dgcc_vector=true \ -Dsse2=true \ - -Darm-neon=true \ +%ifarch armv7hl + -Darm_neon=false \ +%else + -Darm_neon=true \ +%endif -Dtests=true \ - -Dbenchmarks=true \ %{nil} %meson_build