mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
MesaLib: enable --with-egl-platforms=drm, for kmscon's benefit.
This commit is contained in:
parent
d6625a8e6b
commit
05a1d5889b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=9.0.1
|
version=9.0.1
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
||||||
|
@ -10,7 +10,7 @@ configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
||||||
--enable-gallium-egl --enable-xvmc --enable-osmesa --enable-texture-float
|
--enable-gallium-egl --enable-xvmc --enable-osmesa --enable-texture-float
|
||||||
--with-gallium-drivers=r300,r600,svga,swrast,nouveau
|
--with-gallium-drivers=r300,r600,svga,swrast,nouveau
|
||||||
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast --enable-gbm
|
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast --enable-gbm
|
||||||
--with-egl-platforms=wayland"
|
--with-egl-platforms=drm,wayland"
|
||||||
short_desc="Graphics library similar to SGI's OpenGL"
|
short_desc="Graphics library similar to SGI's OpenGL"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mesa3d.org/"
|
homepage="http://www.mesa3d.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue