add some missing keysym definitions needed by X
authorPhil Blundell <philb@gnu.org>
Wed, 1 Sep 2004 10:31:46 +0000 (10:31 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 1 Sep 2004 10:31:46 +0000 (10:31 +0000)
BKrev: 4135a512NF1SaLsOoxSk7-l_NptxnQ

linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch [new file with mode: 0644]
linux-libc-headers/linux-libc-headers_2.6.7.0.oe

diff --git a/linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch b/linux-libc-headers/linux-libc-headers-2.6.7.0/keyboard.patch
new file mode 100644 (file)
index 0000000..e69de29
index e50bad7..f32464d 100644 (file)
@@ -1,13 +1,14 @@
 DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 INHIBIT_DEFAULT_DEPS = "1"
-PR = "r2"
+PR = "r3"
 
 # NOTE: no need to package these headers, since the c library includes them.
 PACKAGES = ""
 
 SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
-          file://sh-missing.patch;patch=1"
+          file://sh-missing.patch;patch=1 \
+          file://keyboard.patch;patch=1"
 S = "${WORKDIR}/linux-libc-headers-${PV}"
 
 do_configure () {