Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: gstreamer
|
||||
description: Library for constructing graphs of media-handling components
|
||||
version: 1.24.12
|
||||
revision: 2
|
||||
url: https://gstreamer.freedesktop.org/
|
||||
license: LGPL2.1-or-later
|
||||
architecture: any
|
||||
depends: ["gcc","glib","glibc","libcap","libelf","libunwind"]
|
||||
make_depends: ["gobject-introspection","meson","valgrind","rustc"]
|
||||
depends: ["gcc-libs", "glib", "glibc", "libcap", "libelf", "libunwind"]
|
||||
make_depends: ["gobject-introspection", "meson", "valgrind", "rustc"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user