parent
08f4d7a36f
commit
b3c960e87b
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libGL'.
|
||||
pkgname=libGL
|
||||
version=10.6.6
|
||||
version=11.0.0
|
||||
revision=1
|
||||
wrksrc="mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.mesa3d.org/"
|
||||
license="MIT, LGPL-2.1"
|
||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
|
||||
checksum=570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778
|
||||
checksum=e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32
|
||||
|
||||
hostmakedepends="
|
||||
automake libtool flex pkg-config llvm python-Mako libxml2-python wayland-devel"
|
||||
|
@ -42,7 +42,7 @@ armv[67]l*)
|
|||
# Enable Videocore IV and swrast for RaspberryPi
|
||||
configure_args+=" --with-gallium-drivers=swrast,vc4"
|
||||
configure_args+=" --with-dri-drivers=swrast"
|
||||
configure_args+=" --disable-xa --enable-nine"
|
||||
configure_args+=" --disable-xa"
|
||||
subpackages+=" mesa-vc4-dri"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue