- Enable luajit on aarch64 and update bit the conditional for wayland
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=91
This commit is contained in:
parent
eb76782685
commit
c931bb57a4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 19:11:46 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Enable luajit on aarch64 and update bit the conditional for wayland
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 13:25:27 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
4
mpv.spec
4
mpv.spec
@ -107,11 +107,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# JIT for lua.
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: python-rst2pdf
|
||||
%ifarch %{ix86} x86_64
|
||||
%ifarch aarch64 %{ix86} x86_64
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} != 1315
|
||||
%if 0%{?suse_version} >= 1315
|
||||
# Testing framework: disabled for now as it runs just 1 test
|
||||
# BuildRequires: pkgconfig(cmocka) >= 0.4.1
|
||||
# Wayland and libguess.
|
||||
|
Loading…
Reference in New Issue
Block a user