diff options
author | 2014-10-19 11:59:01 +0200 | |
---|---|---|
committer | 2014-10-19 17:07:14 +0200 | |
commit | 822a757456e8d5f2b68ed8fd9b242efc6327958e (patch) | |
tree | e27b8211efe88c3107868d09c5f1515aff1b051f /package/gtk2-engines | |
parent | 2641edb8c49e0531af87eb00a35784785d604ec9 (diff) | |
download | buildroot-822a757456e8d5f2b68ed8fd9b242efc6327958e.tar.gz buildroot-822a757456e8d5f2b68ed8fd9b242efc6327958e.tar.bz2 |
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>
Diffstat (limited to 'package/gtk2-engines')
-rw-r--r-- | package/gtk2-engines/gtk2-engines.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/gtk2-engines/gtk2-engines.mk b/package/gtk2-engines/gtk2-engines.mk index 11cd7aa064..e89b9787bd 100644 --- a/package/gtk2-engines/gtk2-engines.mk +++ b/package/gtk2-engines/gtk2-engines.mk @@ -71,7 +71,6 @@ GTK2_ENGINES_CONF_OPTS = \ --x-libraries=$(STAGING_DIR)/usr/lib \ --disable-glibtest \ --enable-explicit-deps=no \ - --disable-debug \ --enable-clearlooks \ --disable-crux \ --disable-hc \ |