Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: gexiv2
|
||||
description: GObject wrapper around the Exiv2 photo metadata library
|
||||
version: 0.14.3
|
||||
revision: 2
|
||||
url: https://gitlab.gnome.org/GNOME/gexiv2
|
||||
license: GPL2-or-later
|
||||
architecture: any
|
||||
depends: ["exiv2","gcc","glib","glibc"]
|
||||
make_depends: ["gobject-introspection","meson","python-pygobject","vala"]
|
||||
depends: ["exiv2", "gcc-libs", "glib", "glibc"]
|
||||
make_depends: ["gobject-introspection", "meson", "python-pygobject", "vala"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user