From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 07/23] qt: remove PKG_CONFIG workaround
Date: Fri, 09 Oct 2009 14:38:42 +0200 [thread overview]
Message-ID: <87pr8wg2st.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1254907246-5650-8-git-send-email-mroth@nessie.de> (Michael Roth's message of "Wed\, 7 Oct 2009 11\:20\:30 +0200")
>>>>> "Michael" == Michael Roth <mroth@nessie.de> writes:
Michael> At least Qt 4.5.2 is fixed in the meantime and honors PKG_CONFIG.
Michael> So the PATH workaround is no longer needed.
Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2009-10-09 12:38 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 [this message]
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
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=87pr8wg2st.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.