All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 10/23] qt: don't enable internal tslib-module debugging
Date: Wed, 7 Oct 2009 11:51:18 +0200	[thread overview]
Message-ID: <20091007115118.65ea2dac@surf> (raw)
In-Reply-To: <1254907246-5650-11-git-send-email-mroth@nessie.de>

Le Wed,  7 Oct 2009 11:20:33 +0200,
Michael Roth <mroth@nessie.de> a ?crit :

> In Qt there are virtually hundreds of internal debug flags like
> TSLIBMOUSEHANDLER_DEBUG for every module or even C++ class. There
> is no reason to enable a single such flag when Qt is build with
> debugging symbols and others not.
> 
> Signed-off-by: Michael Roth <mroth@nessie.de>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

If needed in the future, we can add a "Extra Qt configure flags" option
if there is some need for it. In the mean time, fully agree.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2009-10-07  9:51 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07  9:20 [Buildroot] [Patch 0/23] Cleanups for Qt Michael Roth
2009-10-07  9:20 ` [Buildroot] [PATCH 01/23] qt: remove useless target qt-status Michael Roth
2009-10-07  9:37   ` Thomas Petazzoni
2009-10-09 12:33   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 02/23] qt: new targets qt-uninstall and qt-confclean Michael Roth
2009-10-07  9:39   ` Thomas Petazzoni
2009-10-07  9:20 ` [Buildroot] [PATCH 03/23] qt: enable proper re-configure Michael Roth
2009-10-07  9:40   ` Thomas Petazzoni
2009-10-09 12:35   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 04/23] qt: remove Makefile variable QT_QMAKE_AR Michael Roth
2009-10-07  9:41   ` Thomas Petazzoni
2009-10-09 12:39   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 05/23] qt: remove Makefile variable QT_QMAKE Michael Roth
2009-10-07  9:42   ` Thomas Petazzoni
2009-10-07 13:19   ` Thiago A. Corrêa
2009-10-07  9:20 ` [Buildroot] [PATCH 06/23] qt: remove TARGET_CONFIGURE_OPTS from make invocation Michael Roth
2009-10-07  9:42   ` Thomas Petazzoni
2009-10-09 12:40   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 07/23] qt: remove PKG_CONFIG workaround Michael Roth
2009-10-07  9:44   ` Thomas Petazzoni
2009-10-07 10:19     ` Michael Roth
2009-10-07 10:59       ` Thomas Petazzoni
2009-10-09 12:38   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 08/23] qt: remove no longer needed 'x86x86fix' workaround Michael Roth
2009-10-07  9:55   ` Thomas Petazzoni
2009-10-07 10:26     ` Michael Roth
2009-10-07 10:59       ` Thomas Petazzoni
2009-10-07 11:15         ` Michael Roth
2009-10-07  9:20 ` [Buildroot] [PATCH 09/23] qt: remove unnecessary comment Michael Roth
2009-10-07  9:49   ` Thomas Petazzoni
2009-10-09 12:41   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 10/23] qt: don't enable internal tslib-module debugging Michael Roth
2009-10-07  9:51   ` Thomas Petazzoni [this message]
2009-10-09 12:42   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 11/23] qt: remove unnecessary call to qstrip macro in Makefile Michael Roth
2009-10-07  9:52   ` Thomas Petazzoni
2009-10-09 12:47   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 12/23] qt: respect silent mode instead non existing verbose mode Michael Roth
2009-10-07  9:57   ` Thomas Petazzoni
2009-10-07 10:30     ` Michael Roth
2009-10-07 11:02       ` Thomas Petazzoni
2009-10-07 11:27         ` Peter Korsgaard
2009-10-07 11:46           ` Thomas Petazzoni
2009-10-07 11:27       ` Bernhard Reutner-Fischer
2009-10-07 11:30         ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 13/23] qt: use configure option instead a sed hack to disable xinerama Michael Roth
2009-10-07  9:58   ` Thomas Petazzoni
2009-10-09 12:51   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 14/23] qt: make the output of sed hacks much more human readable Michael Roth
2009-10-07  9:59   ` Thomas Petazzoni
2009-10-07 10:32     ` Michael Roth
2009-10-07  9:20 ` [Buildroot] [PATCH 15/23] qt: make sure to install all Qt-fonts and true-type-fonts Michael Roth
2009-10-07 10:02   ` Thomas Petazzoni
2009-10-07 10:35     ` Michael Roth
2009-10-09 12:53   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 16/23] qt: disable precompiled headers when ccache is enabled Michael Roth
2009-10-07 10:03   ` Thomas Petazzoni
2009-10-09 12:55   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 17/23] qt: add explicit Kconfig option to enable exceptions Michael Roth
2009-10-07 11:05   ` Thomas Petazzoni
2009-10-07  9:20 ` [Buildroot] [PATCH 18/23] qt: remove Kconfig option to enable all pixel depths Michael Roth
2009-10-07 11:06   ` Thomas Petazzoni
2009-10-09 12:57   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 19/23] qt: remove commercial license option Michael Roth
2009-10-07 11:07   ` Thomas Petazzoni
2009-10-09 12:59   ` Peter Korsgaard
2009-10-07  9:20 ` [Buildroot] [PATCH 20/23] qt: simplify and fix installing qt in the target Michael Roth
2009-10-07 11:14   ` Thomas Petazzoni
2009-10-07 13:28     ` Thiago A. Corrêa
2009-10-07  9:20 ` [Buildroot] [PATCH 21/23] qt: add a Kconfig menu entry to enable an optional custom qconfig.h Michael Roth
2009-10-07 11:17   ` Thomas Petazzoni
2009-10-07  9:20 ` [Buildroot] [PATCH 22/23] qt: group qstrip macro calls together Michael Roth
2009-10-07 11:17   ` Thomas Petazzoni
2009-10-07  9:20 ` [Buildroot] [PATCH 23/23] qt: rename QT_TARGET_DIR to QT_DIR Michael Roth
2009-10-07 11:18   ` Thomas Petazzoni
2009-10-07 11:22 ` [Buildroot] [Patch 0/23] Cleanups for Qt Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091007115118.65ea2dac@surf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.