mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03: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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
486da6067d
commit
672e2bf52e
@@ -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