Fix the ncurses location in some recipes

This commit is contained in:
Ribbon 2024-02-24 02:38:50 +00:00
parent b18322bc2a
commit 047d1a2a02
5 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,7 @@ dependencies = [
"libaio",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release

View File

@ -8,3 +8,6 @@ dependencies = [
"ncurses",
"openssl1",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
"""

View File

@ -17,3 +17,6 @@ dependencies = [
"openal",
"ncurses",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
"""

View File

@ -13,3 +13,6 @@ dependencies = [
"libcpuid",
"pciutils",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
"""

View File

@ -12,3 +12,6 @@ dependencies = [
"ffmpeg6",
"glfw",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
"""