Skip to content

Commit

Permalink
Switch to xorg-libxfixes instead of the CDT
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 30, 2018
1 parent 45b7687 commit 68a524f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ requirements:
- cmake
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ cdt('libxfixes-devel') }} # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
- {{ cdt('libxxf86vm-devel') }} # [linux]
Expand All @@ -28,12 +27,14 @@ requirements:
- xorg-libx11 # [linux]
- xorg-libxau # [linux]
- xorg-libxext # [linux]
- xorg-libxfixes # [linux]
- xorg-libxi # [linux]
run:
- libxcb # [linux]
- xorg-libx11 # [linux]
- xorg-libxau # [linux]
- xorg-libxext # [linux]
- xorg-libxfixes # [linux]
- xorg-libxi # [linux]

test:
Expand Down

0 comments on commit 68a524f

Please sign in to comment.