mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 17:30:38 +00:00
Ports: Add xz to Python dependencies
This makes it build the `_lzma` module, and thus makes `lzma` work. Thanks to hjalves for the suggestion!
This commit is contained in:
parent
960b55dd7d
commit
cb79c6bc2f
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ depends=(
|
|||
'readline'
|
||||
'sqlite'
|
||||
'termcap'
|
||||
'xz'
|
||||
'zlib'
|
||||
)
|
||||
configopts=(
|
||||
|
|
Loading…
Reference in a new issue