Skip to content

Commit

Permalink
Use conda-forge's xorg-libx11 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 46e91e1 commit 7523c0c
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('libx11-devel') }} # [linux]
- {{ cdt('libxau-devel') }} # [linux]
- {{ cdt('libxext-devel') }} # [linux]
- {{ cdt('libxfixes-devel') }} # [linux]
Expand All @@ -29,9 +28,11 @@ requirements:
- libglu # [linux]
- libxcb # [linux]
- xorg-libxi # [linux]
- xorg-libx11 # [linux]
run:
- libxcb # [linux]
- xorg-libxi # [linux]
- xorg-libx11 # [linux]

test:
commands:
Expand Down

0 comments on commit 7523c0c

Please sign in to comment.