diff options
author | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
commit | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (patch) | |
tree | 4a534ef861d19cdf5235b504af5be2a5d0becb71 /repo/system/pcsc-lite | |
parent | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (diff) |
fixed various broken dependencies
Diffstat (limited to 'repo/system/pcsc-lite')
-rw-r--r-- | repo/system/pcsc-lite/pcsc-lite.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pcsc-lite/pcsc-lite.xibuild b/repo/system/pcsc-lite/pcsc-lite.xibuild index 86d86d1..b0d2e25 100644 --- a/repo/system/pcsc-lite/pcsc-lite.xibuild +++ b/repo/system/pcsc-lite/pcsc-lite.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="make perl lipcap-ng" +MAKEDEPS="make perl libcap-ng" DEPS="musl sbase eudev" PKG_VER=1.9.4 |