Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:50:34 +03:00
parent ed2b361a5a
commit 253167d0e8
+2 -1
View File
@@ -1,9 +1,10 @@
name: appstream-glib
description: GObjects and helper methods to make it easy to read and write AppStream metadata
version: 0.8.3
revision: 2
url: https://people.freedesktop.org/~hughsient/appstream-glib/
license: LGPL2.1-or-later
architecture: any
depends: ["cairo","curl","fontconfig","freetype2","gcc","gdk-pixbuf","glib","glibc","gtk3","json-glib","libarchive","libyaml","pango","util-linux"]
depends: ["cairo", "curl", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gtk3", "json-glib", "libarchive", "libyaml", "pango", "util-linux"]
make_depends: ["gobject-introspection", "gperf", "meson"]
type: source