mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/libevdev: add host-python dependency
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@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 93490c2583)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d682cc1776
commit
e285152cc3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user