Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:22 +03:00
parent 99f5d9a759
commit a1b4b4ea0b
+2 -1
View File
@@ -1,9 +1,10 @@
name: exiv2 name: exiv2
description: Cross-platform C++ library and a command line utility to manage image metadata description: Cross-platform C++ library and a command line utility to manage image metadata
version: 0.28.5 version: 0.28.5
revision: 2
url: https://exiv2.org/ url: https://exiv2.org/
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["brotli","curl","expat","gcc","gettext","glibc","inih","zlib"] depends: ["brotli", "curl", "expat", "gcc-libs", "gettext", "glibc", "inih", "zlib"]
make_depends: ["cmake", "googletest", "python3"] make_depends: ["cmake", "googletest", "python3"]
type: source type: source