diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-01 17:45:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-01 17:45:11 +0100 |
commit | d8cc3662e07d0f5e9e6346b289d2a4378c314b7b (patch) | |
tree | 008055a7e9081195b1593b57c5ea7fea83304249 /meta/conf | |
parent | 82e4926a5510707ebaa94afb2c486aa913941777 (diff) | |
download | poky-d8cc3662e07d0f5e9e6346b289d2a4378c314b7b.tar.gz |
preferred-xorg-versions.inc: Fix native/sdk versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-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 2dc7f34d47..07476add6b 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -36,7 +36,7 @@ PREFERRED_VERSION_libsm ?= "1.1.0" | |||
36 | PREFERRED_VERSION_libwindowswm ?= "1.0.0" | 36 | PREFERRED_VERSION_libwindowswm ?= "1.0.0" |
37 | PREFERRED_VERSION_libx11 ?= "1.2.1" | 37 | PREFERRED_VERSION_libx11 ?= "1.2.1" |
38 | PREFERRED_VERSION_libx11-diet ?= "1.2.1" | 38 | PREFERRED_VERSION_libx11-diet ?= "1.2.1" |
39 | PREFERRED_VERSION_libx11-native ?= "1.1.5" | 39 | PREFERRED_VERSION_libx11-native ?= "1.2.1" |
40 | PREFERRED_VERSION_libx11-sdk ?= "1.2.1" | 40 | PREFERRED_VERSION_libx11-sdk ?= "1.2.1" |
41 | PREFERRED_VERSION_libx11-trim ?= "1.2.1" | 41 | PREFERRED_VERSION_libx11-trim ?= "1.2.1" |
42 | PREFERRED_VERSION_libxau ?= "1.0.4" | 42 | PREFERRED_VERSION_libxau ?= "1.0.4" |
@@ -86,7 +86,7 @@ PREFERRED_VERSION_makedepend-native ?= "1.0.1" | |||
86 | PREFERRED_VERSION_pixman ?= "0.13.2" | 86 | PREFERRED_VERSION_pixman ?= "0.13.2" |
87 | PREFERRED_VERSION_printproto ?= "1.0.4" | 87 | PREFERRED_VERSION_printproto ?= "1.0.4" |
88 | PREFERRED_VERSION_randrproto ?= "1.2.99.3" | 88 | PREFERRED_VERSION_randrproto ?= "1.2.99.3" |
89 | PREFERRED_VERSION_randrproto-sdk ?= "1.2.2" | 89 | PREFERRED_VERSION_randrproto-sdk ?= "1.2.99.3" |
90 | PREFERRED_VERSION_recordproto ?= "1.13.2" | 90 | PREFERRED_VERSION_recordproto ?= "1.13.2" |
91 | PREFERRED_VERSION_renderproto ?= "0.9.3" | 91 | PREFERRED_VERSION_renderproto ?= "0.9.3" |
92 | PREFERRED_VERSION_renderproto-sdk ?= "0.9.3" | 92 | PREFERRED_VERSION_renderproto-sdk ?= "0.9.3" |