[Buildroot] [git commit branch/2019.11.x] package/libevdev: add host-python dependency

Peter Korsgaard peter at korsgaard.com
Sun Mar 15 10:27:42 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=e285152cc39c5aedbc437224ecc322bebd691b8c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

Fixes:

  checking for a Python interpreter with version >= 2.6... none
  configure: error: no suitable Python interpreter found

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 93490c25836c18dc475e4144de3282f14c4d6570)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libevdev/libevdev.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libevdev/libevdev.mk b/package/libevdev/libevdev.mk
index 0b5a526bab..8b243be74e 100644
--- a/package/libevdev/libevdev.mk
+++ b/package/libevdev/libevdev.mk
@@ -14,7 +14,7 @@ LIBEVDEV_LICENSE_FILES = COPYING
 LIBEVDEV_AUTORECONF = YES
 
 # Uses PKG_CHECK_MODULES() in configure.ac
-LIBEVDEV_DEPENDENCIES = host-pkgconf
+LIBEVDEV_DEPENDENCIES = host-pkgconf host-python
 
 LIBEVDEV_INSTALL_STAGING = YES
 



More information about the buildroot mailing list