Skip to content

Commit

Permalink
Switch to xorg-xproto 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 68a524f commit 9f23561
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 @@ -19,7 +19,6 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
- {{ cdt('libxxf86vm-devel') }} # [linux]
host:
- libglu # [linux]
Expand All @@ -29,13 +28,15 @@ requirements:
- xorg-libxext # [linux]
- xorg-libxfixes # [linux]
- xorg-libxi # [linux]
- xorg-xproto # [linux]
run:
- libxcb # [linux]
- xorg-libx11 # [linux]
- xorg-libxau # [linux]
- xorg-libxext # [linux]
- xorg-libxfixes # [linux]
- xorg-libxi # [linux]
- xorg-xproto # [linux]

test:
commands:
Expand Down

0 comments on commit 9f23561

Please sign in to comment.