diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 13:40:07 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 13:40:29 +0100 |
commit | 3593279260c55483050210bd342b2a0ea4550d9f (patch) | |
tree | 4b672f9e407186dfc576cf405f8c24bf202f5ec0 /meta/conf | |
parent | 17ab356f36f035fd8c6662afd973f47b9a7e334a (diff) | |
download | poky-3593279260c55483050210bd342b2a0ea4550d9f.tar.gz |
poky.conf: Switch from libx11-diet to libx11-trim for less headaches
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 774f101dab..c350cf2e08 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -75,7 +75,7 @@ PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | |||
75 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" | 75 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" |
76 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" | 76 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" |
77 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | 77 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" |
78 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-diet" | 78 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
79 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | 79 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" |
80 | 80 | ||
81 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | 81 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" |