From 722a5eaa6bed6ab8c8a1caa066cd2eba7acda5ee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Feb 2013 09:07:39 +0000 Subject: 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 --- meta/recipes-graphics/directfb/directfb_1.6.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/directfb') 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" -- cgit 1.2.3-korg