blob: 2a51af6506fb4c45ed10a84ad98e629ca717bd7a (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "An easy-to-use virtual keyboard for small touchscreen displays"
SECTION = "openmoko/inputmethods"
DEPENDS = "ecore evas edje"
PR = "r0"
inherit autotools
SRC_URI = "http://gstaedtner.net/projects/enter/enter.tar.gz"
FILES_${PN} += "${datadir}"
|