From: Ross Burton Date: Wed, 12 Sep 2012 10:23:48 +0000 (+0100) Subject: mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now X-Git-Tag: 2015-4~9158 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=438852881a9450b2686e3f61d4efe260fa4b2c94;p=openembedded-core.git mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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"