Skip to content

Commit 5b75332

Browse files
committed
This might just work.
1 parent 37f2e9b commit 5b75332

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cdt_name: # [linux]
2-
- el8 # [linux]
2+
- cos7 # [linux]

tests/test-recipes/metadata/cdt_linking/meta.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ build:
1010
requirements:
1111
build:
1212
- {{ compiler('c') }}
13-
- {{ cdt('libx11-devel') }}
13+
- pkg-config
1414
- {{ 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') }}
1522
- {{ cdt('xorg-x11-proto-devel') }}
23+
- {{ cdt('mesa-dri-drivers') }}
24+
- {{ cdt('libxdamage-devel') }}
25+
- {{ cdt('libxxf86vm') }}
1626
- expat

0 commit comments

Comments
 (0)