diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-25 20:10:54 +0100 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-02 13:08:15 -0500 |
commit | 5afa52ccc82b59df4db5da9436e4cd9ba0d0f57f (patch) | |
tree | 92db13fb3c463e999f5cdf3177cca51be9670616 /meta-emenlow | |
parent | 4ab42ada6bb77233ffd14034675104bd4d247c6c (diff) | |
download | meta-intel-5afa52ccc82b59df4db5da9436e4cd9ba0d0f57f.tar.gz |
meta-emenlow: don't set virtual/libx11 provider
libx11-trim doesn't exist anymore so setting that as the default isn't going to
work, resulting in a "multiple providers" error. Tthe default provider (libx11)
is good for 99.9% of people, so inherit that from oe-core.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 65dcd5ab..d1efbc33 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -11,7 +11,6 @@ require conf/machine/include/ia32-base.inc | |||
11 | 11 | ||
12 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | 12 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" |
13 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | 13 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" |
14 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" | ||
15 | PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" | 14 | PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" |
16 | PREFERRED_PROVIDER_virtual/libgles1 = "" | 15 | PREFERRED_PROVIDER_virtual/libgles1 = "" |
17 | PREFERRED_PROVIDER_virtual/libgles2 = "" | 16 | PREFERRED_PROVIDER_virtual/libgles2 = "" |