@ -63,19 +63,14 @@ $(call Package/python-evdev/description)
( V a r i a n t f o r P y t h o n 3 )
( V a r i a n t f o r P y t h o n 3 )
e n d e f
e n d e f
d e f i n e P y B u i l d / C o m p i l e
$( call Build/Compile/PyMod,, build \
build_ecodes --evdev-headers= " $( LINUX_DIR) /include/uapi/linux/input.h: $( LINUX_DIR) /include/uapi/linux/input-event-codes.h " \
build_ext \
install --root= " $( PKG_INSTALL_DIR) " --prefix= "/usr" )
e n d e f
LINUX_EVDEV_HEADERS = " $( LINUX_DIR) /include/uapi/linux/input.h: $( LINUX_DIR) /include/uapi/linux/input-event-codes.h "
d e f i n e P y 3 B u i l d / C o m p i l e
$( call Build/Compile/Py3Mod,, build \
build_ecodes --evdev-headers= " $( LINUX_DIR) /include/uapi/linux/input.h: $( LINUX_DIR) /include/uapi/linux/input-event-codes.h " \
build_ext \
install --root= " $( PKG_INSTALL_DIR) " --prefix= "/usr" )
e n d e f
PYTHON3_PKG_SETUP_GLOBAL_ARGS := \
build build_ecodes \
--evdev-headers= " $( LINUX_EVDEV_HEADERS) " \
build_ext
PYTHON_PKG_SETUP_GLOBAL_ARGS := $( PYTHON3_PKG_SETUP_GLOBAL_ARGS)
$( eval $ ( call PyPackage ,python -evdev ) )
$( eval $ ( call PyPackage ,python -evdev ) )
$( eval $ ( call BuildPackage ,python -evdev ) )
$( eval $ ( call BuildPackage ,python -evdev ) )