directfb: disable multi application if no MMU
authorJérôme Pouiller <jezz@sysmic.org>
Tue, 23 Sep 2014 09:45:47 +0000 (11:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Sep 2014 18:23:02 +0000 (20:23 +0200)
commit80b9dfceafb1d635dbb2c7f948b8b27e190e3e65
tree9b3cb17164bdc520c9b253164bf974a21d07ee87
parent6653f58a57db47d7028fd42ad401a88df3519871
directfb: disable multi application if no MMU

directfb-fusion uses the madvise() system call which is not available
on no-MMU targets.

It seems it might be possible to simply remove the call to madvise()
(there is only one call) if not available. However, it's probably not
worth the effort, and people working on no-MMU targets can submit a
patch doing that if they are interested.

[Thomas: tweak commit log.]

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/directfb/Config.in