libevdev: fix minor typo

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2013-12-28 15:58:16 +01:00
parent 79c31e3297
commit 360b09cb01

View File

@ -13,7 +13,7 @@ LIBEVDEV_LICENSE_FILES = COPYING
LIBEVDEV_DEPENDENCIES = host-pkgconf LIBEVDEV_DEPENDENCIES = host-pkgconf
# Needs Python to generate a header file # Needs Python to generate a header file
# We can't rely on the system pPython, since it may be too old # We can't rely on the system Python, since it may be too old
# (missing argparse in python 2.6) # (missing argparse in python 2.6)
LIBEVDEV_DEPENDENCIES += host-python LIBEVDEV_DEPENDENCIES += host-python