mesa3d: use libcrypto (openssl) explicit to avoid linking against libgcrypt or nettle
This commit is contained in:
parent
1d784669fb
commit
80c688d352
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/xorg.pub
|
||||
RWTSGWF5Q7TndEThQTzBnUZ0FGBtDLi6vnC7dgZZAEyUYO5849OlChYSunlTDhrHitHijEnUTxscJsZDzrGcTUAlL0dRt+MTjA4=
|
||||
SHA256 (Pkgfile) = d3ce95efce680b7d53c56368d66b70a73f1802c995dcaa799c5833f49b74dfee
|
||||
RWTSGWF5Q7TndCv5D98Y5IErUa9vQqXsZ8ODKGHe88UbjR/csctHDjGJBN4LQpeuiIaoG0ifHffoCOYeJTyzqk7pF4MfjSZw7As=
|
||||
SHA256 (Pkgfile) = 124e2fe607e16c1a609b0a1ca5f1af5f05ca0fbefca9afca6c84a69abd280e55
|
||||
SHA256 (.footprint) = 904c5f55ac5cd4e661e90455dee6af0176123ac1328654d24e0b49a3433fead7
|
||||
SHA256 (mesa-12.0.3.tar.xz) = 1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1
|
||||
|
@ -1,12 +1,11 @@
|
||||
# Description: Mesa 3D Graphics Library
|
||||
# URL: http://www.mesa3d.org
|
||||
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||||
# Depends on: elfutils expat libdrm libvdpau llvm xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-presentproto xorg-libxxf86vm
|
||||
# Optional: nettle
|
||||
# Depends on: openssl elfutils expat libdrm libvdpau llvm xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-presentproto xorg-libxxf86vm
|
||||
|
||||
name=mesa3d
|
||||
version=12.0.3
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
@ -26,6 +25,7 @@ build() {
|
||||
--enable-vdpau \
|
||||
--enable-llvm-shared-libs \
|
||||
--disable-dependency-tracking \
|
||||
--with-sha1=libcrypto \
|
||||
--with-egl-platforms=x11,drm \
|
||||
--with-gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user