mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
libGL: disable LTO
This commit is contained in:
parent
ea1b905d26
commit
5f9cd13834
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ build_style=meson
|
||||||
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
||||||
-Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
|
-Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
|
||||||
-Dtexture-float=true -Dgles1=true -Dgles2=true -Dgallium-va=true
|
-Dtexture-float=true -Dgles1=true -Dgles2=true -Dgallium-va=true
|
||||||
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true -Dlmsensors=true"
|
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true -Dlmsensors=true
|
||||||
|
-Db_lto=false"
|
||||||
hostmakedepends="flex libxml2-python llvm pkg-config
|
hostmakedepends="flex libxml2-python llvm pkg-config
|
||||||
python-Mako wayland-protocols wayland-devel"
|
python-Mako wayland-protocols wayland-devel"
|
||||||
makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel
|
makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue