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
This commit is contained in:
Dominique Leuenberger 2021-01-29 14:07:50 +00:00 committed by Git OBS Bridge
parent 5c8ca9c969
commit fb5db7a498
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 28 12:08:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com> Tue Jun 23 19:20:50 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package graphene # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 \ -Dintrospection=true \
-Dgcc_vector=true \ -Dgcc_vector=true \
-Dsse2=true \ -Dsse2=true \
-Darm-neon=true \ %ifarch armv7hl
-Darm_neon=false \
%else
-Darm_neon=true \
%endif
-Dtests=true \ -Dtests=true \
-Dbenchmarks=true \
%{nil} %{nil}
%meson_build %meson_build