mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
13 lines
270 B
TOML
13 lines
270 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://github.com/strukturag/libde265/releases/download/v1.0.14/libde265-1.0.14.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--disable-dec265
|
|
--disable-sherlock265
|
|
)
|
|
cookbook_configure
|
|
"""
|