Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:56 +03:00
parent dc31c10f1f
commit ca48d99194
+3 -2
View File
@@ -1,9 +1,10 @@
name: libical name: libical
description: Open Source implementation of the iCalendar protocols and protocol data units description: Open Source implementation of the iCalendar protocols and protocol data units
version: 3.0.20 version: 3.0.20
revision: 2
url: https://github.com/libical/libical url: https://github.com/libical/libical
license: MPL2 OR LGPL2.1-or-later license: MPL2 OR LGPL2.1-or-later
architecture: any architecture: any
depends: ["gcc","glib","glibc","icu","libxml2"] depends: ["gcc-libs", "glib", "glibc", "icu", "libxml2"]
make_depends: ["cmake","gobject-introspection","ninja","vala","python-pygobject"] make_depends: ["cmake", "gobject-introspection", "ninja", "vala", "python-pygobject"]
type: source type: source