diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-22 23:46:52 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-22 23:51:23 -0800 |
commit | 37199f5dbabe9a95bfdb3a2b028cde8c506f85dc (patch) | |
tree | 3914de9e7b41177c8f1aed9788db1263d10a692a | |
parent | 6828c84c6b5bc4343b90fd2816d914e9e37861ab (diff) |
preferred-xorg-versions-X11R7.4: Fix obvious typo
* xcmiscproto was mis-spelled as 'xmiscproto'
as a result when xcmiscproto_1.2.0.bb was added
it started to pull that and 1.2 needs newer 1.4.1 utils-macros
which resulted in wierd configuration errors because we
have set 1.1.6 as PREFERRED_VERSION for X 7.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/distro/include/preferred-xorg-versions-X11R7.4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc index 156653f18c..bda6dd1265 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc @@ -218,7 +218,7 @@ PREFERRED_VERSION_scrnsaverproto ?= "1.1.0" PREFERRED_VERSION_trapproto ?= "3.4.3" PREFERRED_VERSION_videoproto ?= "2.2.2" PREFERRED_VERSION_windowswmproto ?= "1.0.3" -PREFERRED_VERSION_xmiscproto ?= "1.1.2" +PREFERRED_VERSION_xcmiscproto ?= "1.1.2" PREFERRED_VERSION_xextproto ?= "7.0.3" PREFERRED_VERSION_xextproto-native ?= "7.0.3" PREFERRED_VERSION_xf86dgaproto ?= "2.0.3" |