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.

(From OE-Core rev: 722a5eaa6bed6ab8c8a1caa066cd2eba7acda5ee)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-02-07 09:07:39 +00:00
parent 8f476a75dc
commit a0ef94d3ae
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ EXTRA_OECONF = "\
--disable-vnc \
--disable-x11 \
--disable-imlib2 \
--disable-mesa \
"
LEAD_SONAME = "libdirectfb-1.6.so.0"