From f84f98f7404e955a3e94d0fd9723b5a52b365712 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:23:32 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index a928af9..0252ecf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: libvdpau-va-gl description: VDPAU driver with OpenGL/VAAPI backend version: 0.4.2 +revision: 2 url: https://github.com/i-rinat/libvdpau-va-gl license: MIT architecture: any -depends: ["gcc","glibc","libglvnd","libva","libvdpau","libx11"] +depends: ["gcc-libs", "glibc", "libglvnd", "libva", "libvdpau", "libx11"] make_depends: ["cmake"] type: source