xkbcomp: reinstate recipe, closes #3212
authorAntti Andreimann <antti.andreimann@mail.ee>
Sun, 21 Oct 2007 15:13:33 +0000 (15:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 21 Oct 2007 15:13:33 +0000 (15:13 +0000)
packages/xorg-app/xkbcomp-native_1.0.3.bb [new file with mode: 0644]
packages/xorg-app/xkbcomp_1.0.3.bb [new file with mode: 0644]
packages/xorg-lib/libxkbfile-native_1.0.4.bb [new file with mode: 0644]

diff --git a/packages/xorg-app/xkbcomp-native_1.0.3.bb b/packages/xorg-app/xkbcomp-native_1.0.3.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/packages/xorg-app/xkbcomp_1.0.3.bb b/packages/xorg-app/xkbcomp_1.0.3.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"
diff --git a/packages/xorg-lib/libxkbfile-native_1.0.4.bb b/packages/xorg-lib/libxkbfile-native_1.0.4.bb
new file mode 100644 (file)
index 0000000..27c5dce
--- /dev/null
@@ -0,0 +1,8 @@
+require libxkbfile_${PV}.bb
+
+DEPENDS = "libx11-native kbproto-native"
+PE = "1"
+
+XORG_PN = "libxkbfile"
+
+inherit native