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 14:54:49 +0100 |
commit | 438852881a9450b2686e3f61d4efe260fa4b2c94 (patch) | |
tree | cde456bd58e076a8ec4e450c6a708f11367f84bb /meta | |
parent | 7a815ca21f57feb4706a7bb0656cbabd74bc873f (diff) | |
download | openembedded-core-438852881a9450b2686e3f61d4efe260fa4b2c94.tar.gz openembedded-core-438852881a9450b2686e3f61d4efe260fa4b2c94.tar.bz2 openembedded-core-438852881a9450b2686e3f61d4efe260fa4b2c94.zip |
mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@ DEPENDS += "libdrm expat udev" X11_DEPS += "dri2proto" -# most of our targets do not have DRI so will use mesa-xlib -DEFAULT_PREFERENCE = "-1" - DRIDRIVERS = "swrast" DRIDRIVERS_append_x86 = ",i915,i965" DRIDRIVERS_append_x86-64 = ",i915,i965" |