summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libfakekey/libfakekey_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/libfakekey/libfakekey_git.bb')
-rw-r--r--meta/recipes-graphics/libfakekey/libfakekey_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
new file mode 100644
index 0000000000..862fe38de2
--- /dev/null
+++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Library for converting characters to X key-presses"
2DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
3key-presses."
4HOMEPAGE = "http://matchbox-project.org/"
5BUGTRACKER = "http://bugzilla.yoctoproject.org/"
6
7LICENSE = "LGPLv2+"
8LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c"
9
10DEPENDS = "libxtst"
11SECTION = "x11/wm"
12
13SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682"
14PV = "0.0+git${SRCPV}"
15
16SRC_URI = "git://git.yoctoproject.org/${BPN}"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig gettext