From 267022d7f7cb1f043bda11800a658802c35d78f8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 7 Nov 2010 10:39:26 +0100 Subject: 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 --- package/directfb/directfb.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/directfb') diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index fc0e7fe4d..9192dc589 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 -- cgit v1.2.3