libGL: rebuild against libva-2.3.0
This commit is contained in:
parent
4102395870
commit
187490140e
11
srcpkgs/libGL/patches/fix-i686-cross.patch
Normal file
11
srcpkgs/libGL/patches/fix-i686-cross.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/mesa/meson.build
|
||||
+++ src/mesa/meson.build
|
||||
@@ -607,6 +607,7 @@
|
||||
'x86/gen_matypes.c',
|
||||
c_args : [c_vis_args, c_msvc_compat_args],
|
||||
include_directories : inc_common,
|
||||
+ native : true,
|
||||
)
|
||||
matypes_h = custom_target(
|
||||
'matypes.h',
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libGL'
|
||||
pkgname=libGL
|
||||
version=18.2.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="mesa-${version}"
|
||||
build_style=meson
|
||||
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
||||
|
@ -35,7 +35,8 @@ i686*|x86_64*)
|
|||
configure_args+=" -Dgallium-xa=true -Ddri3=true -Dgallium-nine=true"
|
||||
configure_args+=" -Dvulkan-drivers=intel,amd"
|
||||
configure_args+=" -Dgallium-opencl=icd"
|
||||
hostmakedepends+=" clang libclc-git"
|
||||
hostmakedepends+=" clang"
|
||||
makedepends+=" libclc-git"
|
||||
subpackages+=" libxatracker mesa-ati-dri mesa-intel-dri mesa-nouveau-dri"
|
||||
subpackages+=" mesa-vmwgfx-dri mesa-opencl"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user