Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:33 +03:00
parent 18a59b363d
commit c3cd152161
+2 -1
View File
@@ -1,9 +1,10 @@
name: gstreamer name: gstreamer
description: Library for constructing graphs of media-handling components description: Library for constructing graphs of media-handling components
version: 1.24.12 version: 1.24.12
revision: 2
url: https://gstreamer.freedesktop.org/ url: https://gstreamer.freedesktop.org/
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
depends: ["gcc","glib","glibc","libcap","libelf","libunwind"] depends: ["gcc-libs", "glib", "glibc", "libcap", "libelf", "libunwind"]
make_depends: ["gobject-introspection", "meson", "valgrind", "rustc"] make_depends: ["gobject-introspection", "meson", "valgrind", "rustc"]
type: source type: source