Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: upower
|
||||
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
|
||||
version: 1.90.9
|
||||
revision: 2
|
||||
url: https://upower.freedesktop.org/
|
||||
license: GPL2-or-later
|
||||
architecture: any
|
||||
depends: ["gcc","glib","glibc","libgudev","polkit"]
|
||||
make_depends: ["docbook-xsl-nons","gobject-introspection","meson"]
|
||||
depends: ["gcc-libs", "glib", "glibc", "libgudev", "polkit"]
|
||||
make_depends: ["docbook-xsl-nons", "gobject-introspection", "meson"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user