From 438852881a9450b2686e3f61d4efe260fa4b2c94 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 12 Sep 2012 11:23:48 +0100 Subject: mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-graphics') 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" -- cgit 1.2.3-korg