diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-12 11:23:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:51 +0100 |
commit | 680ffe36f0955a79756398ded8f625884d29662b (patch) | |
tree | aa474eb704e480cdabe4e1bb0b52d8458af3d4de | |
parent | a6a18d4458b5c917956d1ac380f969fcc788f2ba (diff) | |
download | poky-680ffe36f0955a79756398ded8f625884d29662b.tar.gz |
mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now
(From OE-Core rev: 438852881a9450b2686e3f61d4efe260fa4b2c94)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc index 7a1164bf30..2d5aa44c47 100644 --- a/meta/recipes-graphics/mesa/mesa-dri.inc +++ b/meta/recipes-graphics/mesa/mesa-dri.inc | |||
@@ -1,9 +1,6 @@ | |||
1 | DEPENDS += "libdrm expat udev" | 1 | DEPENDS += "libdrm expat udev" |
2 | X11_DEPS += "dri2proto" | 2 | X11_DEPS += "dri2proto" |
3 | 3 | ||
4 | # most of our targets do not have DRI so will use mesa-xlib | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | DRIDRIVERS = "swrast" | 4 | DRIDRIVERS = "swrast" |
8 | DRIDRIVERS_append_x86 = ",i915,i965" | 5 | DRIDRIVERS_append_x86 = ",i915,i965" |
9 | DRIDRIVERS_append_x86-64 = ",i915,i965" | 6 | DRIDRIVERS_append_x86-64 = ",i915,i965" |