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:
@@ -31,6 +31,7 @@ EXTRA_OECONF = "\
|
||||
--enable-sdl=no \
|
||||
--enable-vnc=no \
|
||||
--disable-x11 \
|
||||
--disable-mesa \
|
||||
"
|
||||
|
||||
#PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*"
|
||||
|
||||
Reference in New Issue
Block a user