Skip to content

Commit 2649289

Browse files
xorg only for unix (#820)
automerged PR by conda-forge/automerge-action
2 parents 900207e + c976f6e commit 2649289

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 0 %}
7+
{% set build_number = 1 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -102,8 +102,8 @@ outputs:
102102
# C++ only installed so CXX is defined for distutils/sysconfig.
103103
- {{ compiler('cxx') }} # [unix]
104104
# These two are just to get the headers needed for tk.h, but is unused
105-
- xorg-libx11
106-
- xorg-xorgproto
105+
- xorg-libx11 # [unix]
106+
- xorg-xorgproto # [unix]
107107
# Disabled until verified to work correctly
108108
detect_binary_files_with_prefix: true
109109
# detect_binary_files_with_prefix: False
@@ -183,8 +183,8 @@ outputs:
183183
- readline # [not win]
184184
- tk
185185
# These two are just to get the headers needed for tk.h, but is unused
186-
- xorg-libx11
187-
- xorg-xorgproto
186+
- xorg-libx11 # [unix]
187+
- xorg-xorgproto # [unix]
188188
- ncurses # [unix]
189189
- libffi
190190
- ld_impl_{{ target_platform }} >=2.36.1 # [linux]
@@ -211,7 +211,7 @@ outputs:
211211
# Tried to use enable_language(C) to avoid needing this. It does not work.
212212
- {{ compiler('cxx') }}
213213
# For tkinter, but we expect from system
214-
- xorg-libx11
214+
- xorg-libx11 # [unix]
215215
files:
216216
- tests/cmake/*
217217
- tests/cython/*

0 commit comments

Comments
 (0)