Skip to content

Commit e2f6ff8

Browse files
committed
Depend on xorg-xorgproto to enable tkinter build
1 parent dcaa271 commit e2f6ff8

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

recipe/build_base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cp $BUILD_PREFIX/share/libtool/build-aux/config.* .
77
if [[ ! -d ${SRC_DIR}/python-bin ]]; then
88
# Need an up-to-date python to build python.
99
# python 3.10 in miniforge is too old.
10-
CONDA_SUBDIR=$build_platform conda create -p ${SRC_DIR}/python-bin python -c conda-forge --yes --quiet
10+
CONDA_SUBDIR=$build_platform conda create -p ${SRC_DIR}/python-bin python -c conda-forge --override-channels --yes --quiet
1111
export PATH=${SRC_DIR}/python-bin/bin:${PATH}
1212
fi
1313

recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ outputs:
9191
ignore_run_exports_from:
9292
# C++ only installed so CXX is defined for distutils/sysconfig.
9393
- {{ compiler('cxx') }} # [unix]
94-
# this is just to get the headers needed for tk.h, but is unused
94+
# These two are just to get the headers needed for tk.h, but is unused
9595
- xorg-libx11
96+
- xorg-xorgproto
9697
# Disabled until verified to work correctly
9798
detect_binary_files_with_prefix: true
9899
# detect_binary_files_with_prefix: False
@@ -168,8 +169,9 @@ outputs:
168169
- openssl
169170
- readline # [not win]
170171
- tk
171-
# this is just to get the headers needed for tk.h, but is unused
172+
# These two are just to get the headers needed for tk.h, but is unused
172173
- xorg-libx11
174+
- xorg-xorgproto
173175
- ncurses # [unix]
174176
- libffi
175177
- ld_impl_{{ target_platform }} >=2.36.1 # [linux]

0 commit comments

Comments
 (0)