builder: opensuse update 2
Install python3 in cross deps and call glib configure with the path to it. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
9b38a38428
commit
d08dd6cd18
|
@ -93,7 +93,7 @@ suse_install_cross_deps() {
|
|||
set -- "$@" "${pkg_prefix}-${p}"
|
||||
done
|
||||
|
||||
sudo zypper in -y "$@" gettext-tools wxGTK3-3_2-devel python
|
||||
sudo zypper in -y "$@" gettext-tools wxGTK3-3_2-devel python3-pip
|
||||
}
|
||||
|
||||
case "$linux_distribution" in
|
||||
|
@ -123,6 +123,8 @@ table_line_append DIST_PATCHES openal '-p0 https://gist.githubusercontent.com/rk
|
|||
|
||||
table_line_replace DIST_POST_BUILD harfbuzz "$(table_line DIST_POST_BUILD harfbuzz | sed 's/rebuild_dist freetype /rebuild_dist freetype-target /')"
|
||||
|
||||
table_line_append DIST_ARGS glib --with-python=/usr/bin/python3
|
||||
|
||||
table_line_replace DIST_POST_BUILD glib "$(table_line DIST_POST_BUILD glib | sed 's/rebuild_dist gettext /rebuild_dist gettext-target /')"
|
||||
|
||||
table_line_append DIST_ARGS libsoxr '-DHAVE_WORDS_BIGENDIAN_EXITCODE=0'
|
||||
|
|
Loading…
Reference in New Issue