Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user