Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: libical
|
||||
description: Open Source implementation of the iCalendar protocols and protocol data units
|
||||
version: 3.0.20
|
||||
revision: 2
|
||||
url: https://github.com/libical/libical
|
||||
license: MPL2 OR LGPL2.1-or-later
|
||||
architecture: any
|
||||
depends: ["gcc","glib","glibc","icu","libxml2"]
|
||||
depends: ["gcc-libs", "glib", "glibc", "icu", "libxml2"]
|
||||
make_depends: ["cmake", "gobject-introspection", "ninja", "vala", "python-pygobject"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user