forked from pool/graphene
Accepting request 867720 from 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. (forwarded request 867574 from iznogood) OBS-URL: https://build.opensuse.org/request/show/867720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphene?expand=0&rev=13
This commit is contained in:
commit
de5d510291
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user