Skip to content

Commit

Permalink
Add xorg-libxau dependency on Linux; fixes gh-35
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Oct 12, 2020
1 parent 951e814 commit a7e6ae0
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 @@ -17,7 +17,6 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ cdt('libxau') }} # [linux]
- pkg-config # [osx]
- make # [unix]
host:
Expand All @@ -31,6 +30,7 @@ requirements:
- pango # [linux]
- zlib # [unix]
- libxcb # [linux]
- xorg-libxau # [linux]
- xorg-libxrender # [linux]
- xorg-libxpm # [linux]
- gts # [not ppc64le and not aarch64]
Expand All @@ -48,6 +48,7 @@ requirements:
- pango # [unix]
- zlib # [unix]
- libxcb # [linux]
- xorg-libxau # [linux]
- xorg-libxrender # [linux]
- xorg-libxpm # [linux]
- gts # [not ppc64le and not aarch64]
Expand Down

0 comments on commit a7e6ae0

Please sign in to comment.