mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 22:43:29 +08:00
directfb: don't build tools for target
Normally these aren't needed, and some of them (mkdgifft) needs C++ support. Alternatively we could add an option (depending on HAVE_DEVFILES) to build these. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
dcfeac42c2
commit
267022d7f7
@ -26,7 +26,8 @@ DIRECTFB_CONF_OPT = \
|
||||
--disable-vnc \
|
||||
--disable-osx \
|
||||
--disable-video4linux \
|
||||
--disable-video4linux2
|
||||
--disable-video4linux2 \
|
||||
--without-tools
|
||||
|
||||
DIRECTFB_DEPENDENCIES = freetype zlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user