Commit 32dd4f4d authored by Peter Seiderer's avatar Peter Seiderer Committed by Thomas Petazzoni
Browse files

evemu: fix host-python/host-python3 dependency



Signed-off-by: default avatarPeter Seiderer <ps.report@gmx.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4d96a061
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ EVEMU_CONF_OPT += --disable-tests
# Uses PKG_CHECK_MODULES() in configure.ac
EVEMU_DEPENDENCIES = host-pkgconf libevdev

# Needs Python to generate a wrapper
EVEMU_DEPENDENCIES += host-python
# Needs Python for header file generation
EVEMU_DEPENDENCIES += $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)

# package source code coming from git, so it doesn't have generated
# configure and Makefile.in