diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-14 23:11:42 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-14 23:48:34 -0500 |
commit | 8f4eb72ee349858cf9b768c97aca70d82319f978 (patch) | |
tree | ad557afc84444360ffd93025803479347c25d436 /meta-emenlow/conf/machine | |
parent | 1f5f00447342f047d114d93ea81dc7f53b01df0a (diff) | |
download | meta-intel-8f4eb72ee349858cf9b768c97aca70d82319f978.tar.gz |
meta-emenlow: prefer 1.10.2 cairo
emenlow needs to use the old 1.10.2 cairo library instead of the
upgraded version.
Fixes [YOCTO #2507]
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 1362434d..26ca43bc 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -18,6 +18,7 @@ PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb" | |||
18 | PREFERRED_PROVIDER_mesa-dri = "xpsb-glx" | 18 | PREFERRED_PROVIDER_mesa-dri = "xpsb-glx" |
19 | PREFERRED_VERSION_libva ?= "0.31.0" | 19 | PREFERRED_VERSION_libva ?= "0.31.0" |
20 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | 20 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
21 | PREFERRED_VERSION_cairo ?= "1.10.2" | ||
21 | XSERVER ?= "xserver-psb \ | 22 | XSERVER ?= "xserver-psb \ |
22 | xserver-psb-extension-dri \ | 23 | xserver-psb-extension-dri \ |
23 | xserver-psb-extension-dri2 \ | 24 | xserver-psb-extension-dri2 \ |