summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-10-13 15:23:14 +0000
committerRobert Bragg <bob@openedhand.com>2008-10-13 15:23:14 +0000
commit10650210e775ab98f1b0bf4bd5292361f1807b0f (patch)
tree228cbf08681d0c323110f65f6b64790aa6505526 /meta/conf/distro/poky.conf
parent4c7fc919401ac29174e40d794e85d4d6c20de270 (diff)
downloadpoky-10650210e775ab98f1b0bf4bd5292361f1807b0f.tar.gz
Adds support for GEM + DRI2
DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index efa6845dfc..09d86f1d2e 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -79,6 +79,7 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib"
79PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" 79PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth"
80PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" 80PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native"
81PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-diet" 81PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-diet"
82PREFERRED_PROVIDER_xf86-video-intel ?= xf86-video-intel
82 83
83VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" 84VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"
84 85