From: Richard Purdie Date: Thu, 7 Feb 2013 09:07:39 +0000 (+0000) Subject: directfb: Really disable mesa X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~38476 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=722a5eaa6bed6ab8c8a1caa066cd2eba7acda5ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git directfb: Really disable mesa Mesa was disabled in the .inc but not in the main recipe where a separate EXTRA_OECONF is used. Fix disabling mesa there too to avoid build failures. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/directfb/directfb_1.6.1.bb b/meta/recipes-graphics/directfb/directfb_1.6.1.bb index 52f78c64559..6c48a86f81d 100644 --- a/meta/recipes-graphics/directfb/directfb_1.6.1.bb +++ b/meta/recipes-graphics/directfb/directfb_1.6.1.bb @@ -16,6 +16,7 @@ EXTRA_OECONF = "\ --disable-vnc \ --disable-x11 \ --disable-imlib2 \ + --disable-mesa \ " LEAD_SONAME = "libdirectfb-1.6.so.0"