]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkbcomp: added 1.0.5 required by xkeyboard-config
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 22 Sep 2008 13:59:11 +0000 (13:59 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 22 Sep 2008 13:59:11 +0000 (13:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5210 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-app/xkbcomp-native_1.0.5.bb [new file with mode: 0644]
meta/packages/xorg-app/xkbcomp_1.0.5.bb [new file with mode: 0644]

diff --git a/meta/packages/xorg-app/xkbcomp-native_1.0.5.bb b/meta/packages/xorg-app/xkbcomp-native_1.0.5.bb
new file mode 100644 (file)
index 0000000..ee7c25c
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
+
+SECTION = "x11/applications"
+LICENSE = "MIT-X"
+S="${WORKDIR}/xkbcomp-${PV}"
+
+DEPENDS = "libx11-native libxkbfile-native"
+
+SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
+
+inherit native autotools pkgconfig
diff --git a/meta/packages/xorg-app/xkbcomp_1.0.5.bb b/meta/packages/xorg-app/xkbcomp_1.0.5.bb
new file mode 100644 (file)
index 0000000..ca6cdb8
--- /dev/null
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
+
+DEPENDS += " virtual/libx11 libxkbfile"