preferred-xorg-versions-X11R7.4: Fix obvious typo
authorKhem Raj <raj.khem@gmail.com>
Wed, 23 Dec 2009 07:46:52 +0000 (23:46 -0800)
committerKhem Raj <raj.khem@gmail.com>
Wed, 23 Dec 2009 07:51:23 +0000 (23:51 -0800)
* 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>
conf/distro/include/preferred-xorg-versions-X11R7.4.inc

index 156653f..bda6dd1 100644 (file)
@@ -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"