Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:47 +03:00
parent 54a15d05c7
commit 3a82a7c763
+2 -1
View File
@@ -1,9 +1,10 @@
name: libavif name: libavif
description: Library for encoding and decoding .avif files description: Library for encoding and decoding .avif files
version: 1.2.1 version: 1.2.1
revision: 2
url: https://github.com/AOMediaCodec/libavif url: https://github.com/AOMediaCodec/libavif
license: LicenseRef-libavif license: LicenseRef-libavif
architecture: any architecture: any
depends: ["libaom","gcc","glibc","libjpeg-turbo","libpng","libwebp"] depends: ["libaom", "gcc-libs", "glibc", "libjpeg-turbo", "libpng", "libwebp"]
make_depends: ["cmake", "gdk-pixbuf"] make_depends: ["cmake", "gdk-pixbuf"]
type: source type: source