Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:47 +03:00
parent ee3a2508d2
commit 755efdcc17
+3 -2
View File
@@ -1,9 +1,10 @@
name: gexiv2 name: gexiv2
description: GObject wrapper around the Exiv2 photo metadata library description: GObject wrapper around the Exiv2 photo metadata library
version: 0.14.3 version: 0.14.3
revision: 2
url: https://gitlab.gnome.org/GNOME/gexiv2 url: https://gitlab.gnome.org/GNOME/gexiv2
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["exiv2","gcc","glib","glibc"] depends: ["exiv2", "gcc-libs", "glib", "glibc"]
make_depends: ["gobject-introspection","meson","python-pygobject","vala"] make_depends: ["gobject-introspection", "meson", "python-pygobject", "vala"]
type: source type: source