xpra: unbreak cross
This commit is contained in:
parent
c96df88a8a
commit
4a3e6ea967
|
@ -23,12 +23,11 @@ conf_files="
|
|||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
depends+=" python-PyOpenGL-accelerate"
|
||||
else
|
||||
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/9372/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
||||
sed -i "s/sysconfig.get_config_var('CFLAGS')/sysconfig.get_config_var('BUILD_CFLAGS')/" setup.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue