evemu: fix host-python/host-python3 dependency
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4d96a06164
commit
32dd4f4db1
@ -24,8 +24,8 @@ EVEMU_CONF_OPT += --disable-tests
|
|||||||
# Uses PKG_CHECK_MODULES() in configure.ac
|
# Uses PKG_CHECK_MODULES() in configure.ac
|
||||||
EVEMU_DEPENDENCIES = host-pkgconf libevdev
|
EVEMU_DEPENDENCIES = host-pkgconf libevdev
|
||||||
|
|
||||||
# Needs Python to generate a wrapper
|
# Needs Python for header file generation
|
||||||
EVEMU_DEPENDENCIES += host-python
|
EVEMU_DEPENDENCIES += $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
|
||||||
|
|
||||||
# package source code coming from git, so it doesn't have generated
|
# package source code coming from git, so it doesn't have generated
|
||||||
# configure and Makefile.in
|
# configure and Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user