mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:31:56 +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:
parent
643bac1e97
commit
fb2de94105
@ -31,6 +31,7 @@ EXTRA_OECONF = "\
|
||||
--enable-sdl=no \
|
||||
--enable-vnc=no \
|
||||
--disable-x11 \
|
||||
--disable-mesa \
|
||||
"
|
||||
|
||||
#PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user