mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 14:13:54 -09:00
License hash changed due to date update:
2e3b843f37
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
773 B
Makefile
19 lines
773 B
Makefile
################################################################################
|
|
#
|
|
# python-evdev
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_EVDEV_VERSION = 1.8.0
|
|
PYTHON_EVDEV_SOURCE = evdev-$(PYTHON_EVDEV_VERSION).tar.gz
|
|
PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/4c/eb/b8900082a13a47bb9f69f415174d03cbf12ce95d07345722e1f4ef0e2093
|
|
PYTHON_EVDEV_SETUP_TYPE = setuptools
|
|
PYTHON_EVDEV_LICENSE = Revised BSD License
|
|
PYTHON_EVDEV_LICENSE_FILES = LICENSE
|
|
|
|
PYTHON_EVDEV_BUILD_OPTS = \
|
|
-C--build-option=build_ecodes \
|
|
-C--build-option=--evdev-headers=$(STAGING_DIR)/usr/include/linux/input.h:$(STAGING_DIR)/usr/include/linux/input-event-codes.h:$(STAGING_DIR)/usr/include/linux/uinput.h
|
|
|
|
$(eval $(python-package))
|