diff options
author | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
commit | 63add57ef96f10f464fc1bf7c821d2281b39edeb (patch) | |
tree | df6ff34494316e6e23d206dd81367f0a5a3ead73 /skip/x264.xibuild | |
parent | 9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff) |
Using toybox instead of sbase for posix
Diffstat (limited to 'skip/x264.xibuild')
-rw-r--r-- | skip/x264.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skip/x264.xibuild b/skip/x264.xibuild index 4fdd0f6..6967336 100644 --- a/skip/x264.xibuild +++ b/skip/x264.xibuild @@ -3,7 +3,7 @@ NAME="x264" DESC="Free library for encoding H264/AVC video streams" -MAKEDEPS="make libx11 perl nasm sbase bash" +MAKEDEPS="make libx11 perl nasm toybox bash" DEPS="musl " PKG_VER=0.163_git20210613 |