Mercurial > minori
comparison .builds/macos.yml @ 209:517d558ca160
CI/macos: add osxcross dependencies
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 02 Jan 2024 07:20:16 -0500 |
parents | 20fd3acd61c0 |
children | 52dda8927a81 |
comparison
equal
deleted
inserted
replaced
208:20fd3acd61c0 | 209:517d558ca160 |
---|---|
6 - clang | 6 - clang |
7 - libcurl4-openssl-dev | 7 - libcurl4-openssl-dev |
8 - wget | 8 - wget |
9 - fuse | 9 - fuse |
10 - file | 10 - file |
11 - xorg-dev # shouldn't install Xorg! | |
12 - libwayland-client0 | |
13 - libwayland-dev | |
14 - pkg-config | 11 - pkg-config |
12 # osxcross deps start | |
13 - libxml2-dev | |
14 - libssl-dev | |
15 - lzma-dev | |
16 - python3 | |
17 - xz | |
18 - bzip2 | |
19 - cpio | |
20 - libbz2-1.0 | |
21 - zlib1g-dev | |
15 sources: | 22 sources: |
16 - https://hg.sr.ht/~mrpapersonic/minori | 23 - https://hg.sr.ht/~mrpapersonic/minori |
17 - https://github.com/tpoechtrager/osxcross | 24 - https://github.com/tpoechtrager/osxcross |
18 environment: | 25 environment: |
19 BUILD_SUBMITTER: hg.sr.ht | 26 BUILD_SUBMITTER: hg.sr.ht |