mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-25 07:32:59 +00:00
Merge branch 'master' into rosa2016.1
This commit is contained in:
commit
d21edf1097
2 changed files with 7 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
mesa-13.0.4.tar.xz: b5527aefe1a783f023f7e0c6e7cb87a837f54749
|
||||
mesa-17.0.1.tar.xz: 7888c44300f25debb71d962a46d568349c3a081c
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
Summary: OpenGL-compatible 3D graphics library
|
||||
Name: mesa
|
||||
Version: 13.0.4
|
||||
Release: 3
|
||||
Version: 17.0.1
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://www.mesa3d.org
|
||||
|
@ -59,7 +59,7 @@ BuildRequires: pkgconfig(talloc)
|
|||
BuildRequires: pkgconfig(vdpau)
|
||||
%endif
|
||||
%if %{with wayland}
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.11
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
|
@ -120,6 +120,9 @@ contains no libraries but rather the common files.
|
|||
%package -n %{dridrivers}
|
||||
Summary: Mesa DRI drivers
|
||||
Group: System/Libraries
|
||||
# This helps if a user tries to install RPMs from Fedora and the like
|
||||
# which often require mesa-dri-drivers.
|
||||
Provides: mesa-dri-drivers = %{EVRD}
|
||||
|
||||
%description -n %{dridrivers}
|
||||
Mesa is an OpenGL compatible 3D graphics library. This
|
||||
|
|
Loading…
Add table
Reference in a new issue