Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: libraw
|
||||
description: Simple and unified interface for extracting out of RAW files generated by digital photo cameras
|
||||
version: 0.21.3
|
||||
revision: 2
|
||||
url: https://www.libraw.org/
|
||||
license: LGPL2.1-only,CDDL-1.0
|
||||
architecture: any
|
||||
depends: ["gcc","glibc","jasper","lcms2","libjpeg-turbo","zlib"]
|
||||
depends: ["gcc-libs", "glibc", "jasper", "lcms2", "libjpeg-turbo", "zlib"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user