Switch gcc dependenency to gcc-libs

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