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: rev_ivi_2015_02_04~15535 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f857c0d8197df8403e2b6e2eae7eae3fb5c99e67;p=scm%2Fbb%2Ftizen-distro.git mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now (From OE-Core rev: 438852881a9450b2686e3f61d4efe260fa4b2c94) 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 7a1164b..2d5aa44 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"