Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user