mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
Ports/mc: Add --with-sysroot
to configopts
This prevents any host dependencies affecting the build and negates the need to manually specify `ncurses` directories.
This commit is contained in:
parent
b91cd56a53
commit
b2f2156706
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/b2f2156706 Pull-request: https://github.com/SerenityOS/serenity/pull/20773 Reviewed-by: https://github.com/timschumi ✅
@ -7,14 +7,13 @@ files=(
|
||||
)
|
||||
depends=("gettext" "glib" "libtool" "ncurses" "vim")
|
||||
configopts=(
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
"--disable-largefile"
|
||||
"--disable-vfs"
|
||||
"--without-edit"
|
||||
"--without-x"
|
||||
"--with-homedir"
|
||||
"--with-screen=ncurses"
|
||||
"--with-ncurses-includes=$SERENITY_BUILD_DIR/Root/usr/local/include/ncurses"
|
||||
"--with-ncurses-libs=$SERENITY_BUILD_DIR/Root/usr/local/lib"
|
||||
)
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("config/config.sub")
|
||||
|
Loading…
Reference in New Issue
Block a user