diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 17:01:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 17:01:37 +0100 |
commit | 1c88166550fa0f7e6558fa15ede4df0d2a943103 (patch) | |
tree | 0690d3348862ca1fa12628daff0ed8e5be9a4b43 /package/DirectFB | |
parent | ac27a1f322c9f82c71ef0861d50a3750a85d7203 (diff) |
disable tool build, needs c++, not used right now
Diffstat (limited to 'package/DirectFB')
-rw-r--r-- | package/DirectFB/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile index 21f1ec30b..0f11a9f83 100644 --- a/package/DirectFB/Makefile +++ b/package/DirectFB/Makefile @@ -26,6 +26,7 @@ $(eval $(call PKG_template,DIRECTFB_DEV,directfb-dev,$(PKG_VERSION)-${PKG_RELEAS CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \ --with-gfxdrivers=none \ + --without-tools \ --enable-fbdev \ --disable-sdl \ --disable-osx \ |