mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
Utilities: Add an xzcat
utility
This commit is contained in:
parent
9e990f7329
commit
a61c120b3f
2 changed files with 37 additions and 1 deletions
|
@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS
|
|||
)
|
||||
list(APPEND RECOMMENDED_TARGETS
|
||||
adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init install keymap lsirq lsof lspci lzcat man mknod mktemp
|
||||
nc netstat notify ntpquery open passwd pls printf pro shot strings tar tt unzip wallpaper zip
|
||||
nc netstat notify ntpquery open passwd pls printf pro shot strings tar tt unzip wallpaper xzcat zip
|
||||
)
|
||||
|
||||
# FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)
|
||||
|
@ -138,6 +138,7 @@ target_link_libraries(wallpaper PRIVATE LibGfx LibGUI)
|
|||
target_link_libraries(wasm PRIVATE LibWasm LibLine LibJS)
|
||||
target_link_libraries(wsctl PRIVATE LibGUI LibIPC)
|
||||
target_link_libraries(xml PRIVATE LibXML)
|
||||
target_link_libraries(xzcat PRIVATE LibCompress)
|
||||
target_link_libraries(zip PRIVATE LibArchive LibCompress LibCrypto)
|
||||
|
||||
# FIXME: Link this file into headless-browser without compiling it again.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue