mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-17 13:58:01 +00:00
mesa: target skylake
This commit is contained in:
parent
e297c6e833
commit
e0e3dc41df
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ Name: mesa
|
|||
Summary: Mesa graphics libraries
|
||||
%global ver 24.3.4
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 10.clang%{?dist}
|
||||
Release: 11.clang%{?dist}
|
||||
License: MIT AND BSD-3-Clause AND SGI-B-2.0
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
|
@ -409,7 +409,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
|
|||
# Disable LTO for now
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%meson \
|
||||
CFLAGS="$CFLAGS -march=skylake" CXXFLAGS="$CXXFLAGS -march=skylake" %meson \
|
||||
-Dplatforms=x11,wayland \
|
||||
-Dosmesa=true \
|
||||
--buildtype=release \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue