0aaeae26f6
CuteKeyboard is a Qt virtual keyboard plugin for embedded applications Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Acked-by: Andrea Ricchi <andrea.ricchi@amarulasolutions.com> [Arnout: - add DEVELOPERS entry; - fixed the title in the .mk file; - use select instead of depends on; - with the above, add depends on QT5 and QT5_JSCORE. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
19 lines
614 B
Makefile
19 lines
614 B
Makefile
################################################################################
|
|
#
|
|
# cutekeyboard
|
|
#
|
|
################################################################################
|
|
|
|
CUTEKEYBOARD_VERSION = afacc3210b75d7e0de27dcc4c0f2bed0212cc4c7
|
|
CUTEKEYBOARD_SITE = $(call github,amarula,cutekeyboard,$(CUTEKEYBOARD_VERSION))
|
|
CUTEKEYBOARD_DEPENDENCIES = qt5declarative qt5quickcontrols2
|
|
CUTEKEYBOARD_INSTALL_STAGING = YES
|
|
CUTEKEYBOARD_LICENSE = MIT
|
|
CUTEKEYBOARD_LICENSE_FILES = LICENSE
|
|
|
|
ifeq ($(BR2_PACKAGE_CUTEKEYBOARD_EXAMPLES),y)
|
|
CUTEKEYBOARD_CONF_OPTS += CONFIG+=BUILD_EXAMPLES
|
|
endif
|
|
|
|
$(eval $(qmake-package))
|