From f825e7b3633f99db92fa836276588e77369ee153 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 8 Aug 2025 23:30:52 +0300 Subject: [PATCH] Remove additional video codecs for licensing reasons --- pkg.info | 1 + source.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 }