mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-23 14:42:53 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m18s
Some checks failed
Run CI/CD... / main (push) Failing after 1m18s
This commit is contained in:
parent
ab8a38c21e
commit
b40349dd24
3 changed files with 3 additions and 1 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
BIN
mesa-20.1.10.tar.xz
Normal file
BIN
mesa-20.1.10.tar.xz
Normal file
Binary file not shown.
|
@ -32,7 +32,7 @@
|
|||
Summary: OpenGL-compatible 3D graphics library
|
||||
Name: mesa
|
||||
Version: 20.1.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://www.mesa3d.org
|
||||
|
@ -106,6 +106,7 @@ BuildRequires: libselinux-devel
|
|||
%if %{with vulkan}
|
||||
# for SHA1 implementation from libnettle:
|
||||
BuildRequires: pkgconfig(nettle)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
%endif
|
||||
|
||||
# [NB] Do not mark it noarch, otherwise rpm will be confused on where
|
||||
|
|
Loading…
Add table
Reference in a new issue