mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00: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: 07075ac0c2
Pull-request: https://github.com/SerenityOS/serenity/pull/20772
Reviewed-by: https://github.com/timschumi ✅
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ files=(
|
||||||
depends=("libiconv")
|
depends=("libiconv")
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=("build-aux/config.sub" "libtextstyle/build-aux/config.sub")
|
config_sub_paths=("build-aux/config.sub" "libtextstyle/build-aux/config.sub")
|
||||||
|
configopts=(
|
||||||
|
'--disable-curses'
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue