We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfa1c6 commit 30dd873Copy full SHA for 30dd873
configs/common/packages.yaml
@@ -1,10 +1,14 @@
1
packages:
2
- all:
3
- providers:
4
- jpeg: [libjpeg-turbo]
5
- pkgconfig: [pkg-config]
6
- yacc: [bison]
7
- zlib-api: [zlib]
+ # Virtual provider settings
+ jpeg:
+ require: [libjpeg-turbo]
+ pkgconfig:
+ require: [pkg-config]
+ yacc:
8
+ require: [bison]
9
+ zlib-api:
10
+ require: [zlib]
11
+ # Individual package settings
12
awscli-v2:
13
require:
14
- ~examples
0 commit comments