diff options
-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 \ |