mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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 <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2641edb8c4
commit
822a757456
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user