diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 13:09:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 13:09:56 +0000 |
commit | 005bf0112ced82ef5e98de4854c0fa749e52d4d6 (patch) | |
tree | 5b001165f8c997d79f911b8001f0e50c51beb0ae | |
parent | ebb71f62d1d1845763cbc890552ae9f57410a924 (diff) | |
download | poky-005bf0112ced82ef5e98de4854c0fa749e52d4d6.tar.gz |
preferred-xorg-versions: fix kbproto/inputproto versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2525 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 0681b01d3d..8181bb2198 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -15,9 +15,9 @@ PREFERRED_VERSION_gccmakedep = "1.0.2" | |||
15 | PREFERRED_VERSION_glproto = "1.4.8" | 15 | PREFERRED_VERSION_glproto = "1.4.8" |
16 | PREFERRED_VERSION_imake = "1.0.2" | 16 | PREFERRED_VERSION_imake = "1.0.2" |
17 | PREFERRED_VERSION_inputproto = "1.4.2" | 17 | PREFERRED_VERSION_inputproto = "1.4.2" |
18 | PREFERRED_VERSION_inputproto-native = "1.4.1" | 18 | PREFERRED_VERSION_inputproto-native = "1.4.2" |
19 | PREFERRED_VERSION_kbproto = "1.0.3" | 19 | PREFERRED_VERSION_kbproto = "1.0.3" |
20 | PREFERRED_VERSION_kbproto-native = "1.0.2" | 20 | PREFERRED_VERSION_kbproto-native = "1.0.3" |
21 | PREFERRED_VERSION_libapplewm = "1.0.0" | 21 | PREFERRED_VERSION_libapplewm = "1.0.0" |
22 | PREFERRED_VERSION_libdmx = "1.0.2" | 22 | PREFERRED_VERSION_libdmx = "1.0.2" |
23 | PREFERRED_VERSION_libfontenc = "1.0.4" | 23 | PREFERRED_VERSION_libfontenc = "1.0.4" |