Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: udev
|
||||
description: Userspace device file manager
|
||||
version: 256
|
||||
revision: 2
|
||||
url: https://github.com/systemd/systemd
|
||||
license: GPL-2.0-or-later,LGPL-2.1-or-later
|
||||
architecture: any
|
||||
depends: ["acl","bash","gcc","glibc","hwdata","kbd","kmod","libcap","util-linux"]
|
||||
make_depends: ["gperf","meson","python-jinja"]
|
||||
depends: ["acl", "bash", "gcc-libs", "glibc", "hwdata", "kbd", "kmod", "libcap", "util-linux"]
|
||||
make_depends: ["gperf", "meson", "python-jinja"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user