From: Richard Purdie Date: Thu, 7 Feb 2013 09:07:39 +0000 (+0000) Subject: directfb: Really disable mesa X-Git-Tag: 2015-4~7639 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=722a5eaa6bed6ab8c8a1caa066cd2eba7acda5ee;p=openembedded-core.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 52f78c6455..6c48a86f81 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"