diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-12-19 17:52:29 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-12-19 17:52:29 -0200 |
commit | 2fe38e26dd4dc4b0cea235057a28b1af3b290181 (patch) | |
tree | b541e3d1de1577bb85d5448ef5cc5e7b786d7314 /packages/xkeyboard-config/xkeyboard-config_1.4.bb | |
parent | f34c7b61887189772f5cea2f6103c091e09e43c0 (diff) |
xkeyboard-config: fix abnt2 keycodes (when using evdev)
This patch has been taken from GIT and will be included in 1.5.
Diffstat (limited to 'packages/xkeyboard-config/xkeyboard-config_1.4.bb')
-rw-r--r-- | packages/xkeyboard-config/xkeyboard-config_1.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xkeyboard-config/xkeyboard-config_1.4.bb b/packages/xkeyboard-config/xkeyboard-config_1.4.bb index cb448be243..58bb811177 100644 --- a/packages/xkeyboard-config/xkeyboard-config_1.4.bb +++ b/packages/xkeyboard-config/xkeyboard-config_1.4.bb @@ -2,9 +2,10 @@ DESCRIPTION = "Common X11 Keyboard layouts" LICENSE = "MIT" DEPENDS = "intltool xkbcomp-native" RDEPENDS = "xkbcomp" -PR = "r2" +PR = "r3" -SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" +SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2 \ + file://abnt2-fixes.patch;patch=1" inherit autotools |