mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #847 from PimentNoir/master
LIRC: Disable YAML python module autodetection
This commit is contained in:
commit
dc3b0781ff
@ -0,0 +1,11 @@
|
||||
--- a/configure.ac.orig 2016-10-17 22:23:59.484494213 +0200
|
||||
+++ b/configure.ac 2016-10-17 22:25:08.045520993 +0200
|
||||
@@ -76,7 +76,7 @@
|
||||
fi
|
||||
fi
|
||||
AX_PYTHON_MODULE([yaml])
|
||||
-AM_CONDITIONAL([HAVE_PYMOD_YAML], test $HAVE_PYMOD_YAML = "yes")
|
||||
+AM_CONDITIONAL([HAVE_PYMOD_YAML], false)
|
||||
forkpty=""
|
||||
AC_CHECK_FUNCS(forkpty)
|
||||
if test "$ac_cv_func_forkpty" != yes; then
|
Loading…
x
Reference in New Issue
Block a user