1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

directfb: Explictly disable mesa

Without this, directfb might build with mesa enabled if present.

(From OE-Core rev: 1531adb8d2230646e03f31ea30faa916d846ccfc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-01-30 13:07:42 +00:00
parent 643bac1e97
commit fb2de94105
@@ -31,6 +31,7 @@ EXTRA_OECONF = "\
--enable-sdl=no \
--enable-vnc=no \
--disable-x11 \
--disable-mesa \
"
#PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*"