Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: libconfig
|
||||
description: C/C++ library for processing configuration files
|
||||
version: 1.7.3
|
||||
revision: 2
|
||||
url: https://github.com/hyperrealm/libconfig
|
||||
license: LGPL2.1-only
|
||||
architecture: any
|
||||
depends: ["gcc","glibc"]
|
||||
depends: ["gcc-libs", "glibc"]
|
||||
make_depends: ["texinfo"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user