mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Fix the ncurses location in some recipes
This commit is contained in:
parent
b18322bc2a
commit
047d1a2a02
@ -16,6 +16,7 @@ dependencies = [
|
||||
"libaio",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
@ -8,3 +8,6 @@ dependencies = [
|
||||
"ncurses",
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
"""
|
||||
|
||||
@ -17,3 +17,6 @@ dependencies = [
|
||||
"openal",
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
"""
|
||||
|
||||
@ -13,3 +13,6 @@ dependencies = [
|
||||
"libcpuid",
|
||||
"pciutils",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
"""
|
||||
|
||||
@ -12,3 +12,6 @@ dependencies = [
|
||||
"ffmpeg6",
|
||||
"glfw",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user