]> code.ossystems Code Review - openembedded-core.git/commitdiff
directfb: Really disable mesa
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Feb 2013 09:07:39 +0000 (09:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Feb 2013 09:11:06 +0000 (09:11 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/directfb/directfb_1.6.1.bb

index 52f78c64559fd547c4f1f8ddc62336014587b49b..6c48a86f81df52d1e5f3fc69163dbc56d6da7422 100644 (file)
@@ -16,6 +16,7 @@ EXTRA_OECONF = "\
   --disable-vnc \
   --disable-x11 \
   --disable-imlib2 \
+  --disable-mesa \
 "
 
 LEAD_SONAME = "libdirectfb-1.6.so.0"