diff --git a/pkg.info b/pkg.info index 15fb712..be01e04 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: mesa description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more version: 25.1.7 +revision: 2 url: https://www.mesa3d.org/ license: MIT and BSD-3-Clause and SGI-B-2.0 architecture: any diff --git a/source.sh b/source.sh index fc3903c..0ce4021 100644 --- a/source.sh +++ b/source.sh @@ -28,7 +28,6 @@ build() { -Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental \ -Dglvnd=enabled \ -Dvalgrind=enabled \ - -Dvideo-codecs=all \ -Dlibunwind=disabled .. ninja }