mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
libjpeg: provided by libjpeg-turbo
This commit is contained in:
parent
8aa0d8b99d
commit
bd86de36fe
@ -1,20 +1,7 @@
|
||||
[source]
|
||||
tar = "https://ijg.org/files/jpegsrc.v9f.tar.gz"
|
||||
blake3 = "ffd81637231d3ab2008d092d16af3bd3bd695fb0e284bc9de64d06e3ed431824"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
# libjpeg is now provided by libjpeg-turbo
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${GNU_TARGET}"
|
||||
--prefix="/usr"
|
||||
--enable-shared
|
||||
--enable-static
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
script = ""
|
||||
|
||||
[package]
|
||||
dependencies = ["libjpeg-turbo"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user