Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:54 +03:00
parent efc8a50da4
commit 52cb79a0ec
+3 -2
View File
@@ -1,9 +1,10 @@
name: upower name: upower
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
version: 1.90.9 version: 1.90.9
revision: 2
url: https://upower.freedesktop.org/ url: https://upower.freedesktop.org/
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["gcc","glib","glibc","libgudev","polkit"] depends: ["gcc-libs", "glib", "glibc", "libgudev", "polkit"]
make_depends: ["docbook-xsl-nons","gobject-introspection","meson"] make_depends: ["docbook-xsl-nons", "gobject-introspection", "meson"]
type: source type: source