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 /repo/x264/x264.xibuild | |
parent | 9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff) |
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/x264/x264.xibuild')
-rw-r--r-- | repo/x264/x264.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x264/x264.xibuild b/repo/x264/x264.xibuild index 5c1d375..afe33e1 100644 --- a/repo/x264/x264.xibuild +++ b/repo/x264/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.164.r3081.19856cc |