Accepting request 236568 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/236568 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=44
This commit is contained in:
commit
edb5fa4531
@ -1,4 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 20:26:14 CEST 2014 - fcrozat@suse.com
|
||||
|
||||
- RENDER extension hotfix: Add --disable-vmx for PPC64LE.
|
||||
This makes the RENDER extension work for the time being.
|
||||
Proper fix for vmx will come later (bnc#876757) (from Egbert
|
||||
Eich).
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 19:41:03 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.32.4:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pixman
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -57,6 +57,9 @@ Pixman is a pixel manipulation library for X and cairo.
|
||||
%ifarch %arm
|
||||
--disable-arm-iwmmxt \
|
||||
--disable-arm-neon \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
--disable-vmx \
|
||||
%endif
|
||||
--disable-static
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user