aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/literki/literki_git.bb
blob: a0855f17132adcb5651f3abfc56ecb9b4aad42a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "Literki overlay keyboard"
SECTION = "x11"
LICENSE = "GPLv2"
HOMEPAGE = "http://www.opkg.org/package_232.html"

SRCREV = "1da40724369c8adc069288f1bfc6b2e167bbb87b"

SRC_URI = "git://git.senfdax.de/git/literki;protocol=http \
           file://makefile.patch \
           file://noswitcher.patch \
           file://sliderheight.patch \
"

PV = "0.0.2+gitr${SRCPV}"

DEPENDS += " \
	freetype \
	libxtst \
	libxext \
	libxrandr \
	libpng \
	libfakekey \
"

S = "${WORKDIR}/git"

inherit base

do_install() {
	oe_runmake DESTDIR=${D} install
}