Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: libtiff
|
name: libtiff
|
||||||
description: Library for reading and writing TIFF image files
|
description: Library for reading and writing TIFF image files
|
||||||
version: 4.6.0
|
version: 4.6.0
|
||||||
|
revision: 2
|
||||||
url: http://www.simplesystems.org/libtiff/
|
url: http://www.simplesystems.org/libtiff/
|
||||||
license: custom
|
license: custom
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc","libjpeg-turbo","xz-utils","zlib","zstd"]
|
depends: ["gcc-libs", "glibc", "libjpeg-turbo", "xz-utils", "zlib", "zstd"]
|
||||||
optional_depends: ["freeglut"]
|
optional_depends: ["freeglut"]
|
||||||
make_depends: ["freeglut","cmake","mesa","ninja"]
|
make_depends: ["freeglut", "cmake", "mesa", "ninja"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user