- Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating) OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=107
This commit is contained in:
committed by
Git OBS Bridge
parent
de5f92eefd
commit
d77af60f35
5
mpv.spec
5
mpv.spec
@@ -41,6 +41,7 @@ BuildRequires: bash
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: linux-kernel-headers
|
||||
# Needed any lua to convert the bash-completion
|
||||
BuildRequires: lua
|
||||
BuildRequires: perl
|
||||
BuildRequires: pkgconfig
|
||||
@@ -105,7 +106,11 @@ BuildRequires: pkgconfig(lua)
|
||||
%if 0%{?suse_version} > 1320
|
||||
%ifarch aarch64 %{ix86} x86_64
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
%else
|
||||
BuildRequires: pkgconfig(lua-5.1)
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: pkgconfig(lua-5.1)
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1315
|
||||
# Testing framework: disabled for now as it runs just 1 test
|
||||
|
Reference in New Issue
Block a user