mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports/gettext: Explicitly disable curses support
This makes the build behave the consistent regardless of whether `ncurses` or `termcap` was previously installed or not.
This commit is contained in:
parent
435c53ee1c
commit
07075ac0c2
Notes:
sideshowbarker
2024-07-17 06:54:15 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/07075ac0c2 Pull-request: https://github.com/SerenityOS/serenity/pull/20772 Reviewed-by: https://github.com/timschumi ✅
@ -8,3 +8,6 @@ files=(
|
||||
depends=("libiconv")
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=("build-aux/config.sub" "libtextstyle/build-aux/config.sub")
|
||||
configopts=(
|
||||
'--disable-curses'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user