From 822a757456e8d5f2b68ed8fd9b242efc6327958e Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 19 Oct 2014 11:59:01 +0200 Subject: infra: Move --enable/--disable-debug to package/Makefile.in A lot of packages ignored BR2_ENABLE_DEBUG. This patch simplifies the handling of this option by adding the corresponding configure option to the global Makefile for target packages. For host packages --disable-debug is added to the global Makefile. Signed-off-by: Bernd Kuhls Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/directfb/directfb.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/directfb') diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index eb0328cbed..7f1c8d7d2e 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -144,7 +144,6 @@ endif HOST_DIRECTFB_DEPENDENCIES = host-pkgconf host-libpng HOST_DIRECTFB_CONF_OPTS = \ - --disable-debug \ --disable-multi \ --enable-png \ --with-gfxdrivers=none \ -- cgit v1.2.1