We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f2e9b commit 5b75332Copy full SHA for 5b75332
tests/test-recipes/metadata/cdt_linking/conda_build_config.yaml
@@ -1,2 +1,2 @@
1
cdt_name: # [linux]
2
- - el8 # [linux]
+ - cos7 # [linux]
tests/test-recipes/metadata/cdt_linking/meta.yaml
@@ -10,7 +10,17 @@ build:
10
requirements:
11
build:
12
- {{ compiler('c') }}
13
- - {{ cdt('libx11-devel') }}
+ - pkg-config
14
- {{ cdt('libxcb') }}
15
+ - {{ cdt('libselinux-devel') }}
16
+ - {{ cdt('libxi-devel') }}
17
+ - {{ cdt('libx11-devel') }}
18
+ - {{ cdt('libxau-devel') }}
19
+ - {{ cdt('libxext-devel') }}
20
+ - {{ cdt('libxfixes-devel') }}
21
+ - {{ cdt('mesa-libgl-devel') }}
22
- {{ cdt('xorg-x11-proto-devel') }}
23
+ - {{ cdt('mesa-dri-drivers') }}
24
+ - {{ cdt('libxdamage-devel') }}
25
+ - {{ cdt('libxxf86vm') }}
26
- expat
0 commit comments