From: Peter Korsgaard Date: Sun, 7 Nov 2010 09:39:26 +0000 (+0100) Subject: directfb: don't build tools for target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=267022d7f7cb1f043bda11800a658802c35d78f8;p=buildroot.git 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 --- diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index fc0e7fe4d7..9192dc5895 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -26,7 +26,8 @@ DIRECTFB_CONF_OPT = \ --disable-vnc \ --disable-osx \ --disable-video4linux \ - --disable-video4linux2 + --disable-video4linux2 \ + --without-tools DIRECTFB_DEPENDENCIES = freetype zlib