<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/qt, branch 2012.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-02-09T20:20:12+00:00</updated>
<entry>
<title>qt: needs host-pkg-config</title>
<updated>2012-02-09T20:20:12+00:00</updated>
<author>
<name>Frederik Pasch</name>
<email>fpasch@googlemail.com</email>
</author>
<published>2012-02-09T20:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1e39b8a6ff5ba330688bc1a60d1e509d716b6900'/>
<id>urn:sha1:1e39b8a6ff5ba330688bc1a60d1e509d716b6900</id>
<content type='text'>
Closes #4760

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: qt-dbus: replace dependency on dbus by select</title>
<updated>2012-01-31T11:23:42+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-01-26T23:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d018125508c1d13f69b71702384c00c7095986a1'/>
<id>urn:sha1:d018125508c1d13f69b71702384c00c7095986a1</id>
<content type='text'>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: ensure cross pkg-config is used</title>
<updated>2011-11-18T11:08:02+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-18T11:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a028c31ed07681d31ae6aba873fd60ad9b2f656d'/>
<id>urn:sha1:a028c31ed07681d31ae6aba873fd60ad9b2f656d</id>
<content type='text'>
Closes #4297

Tweak qmake.conf to ensure our cross pkg-config is used, instead of
whatever is first in the path. In order to do this, tweak the
QT_QMAKE_SET to be able to handle variables which aren't prefixed with
QMAKE_.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: remove useless arguments from GENTARGETS</title>
<updated>2011-09-29T21:09:58+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-09-29T19:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0849e8193ef429f29945b8c2a54eafc8635e0969'/>
<id>urn:sha1:0849e8193ef429f29945b8c2a54eafc8635e0969</id>
<content type='text'>
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
GENTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.

[Peter: pkgdir-&gt;pkgparentdir]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: bump version</title>
<updated>2011-09-17T05:51:10+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-09-17T05:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=27b58e3972e287374259532e09a0ef4761b4270f'/>
<id>urn:sha1:27b58e3972e287374259532e09a0ef4761b4270f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: fix webkit/sqlite build without largefile support</title>
<updated>2011-06-27T09:56:11+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-06-27T09:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7e4d47593850851d6fcaa6068258c16cc8761ab5'/>
<id>urn:sha1:7e4d47593850851d6fcaa6068258c16cc8761ab5</id>
<content type='text'>
The embedded sqlite module forces FILE_OFFSET_BITS=64 unless
SQLITE_DISABLE_LFS is defined, breaking the build for !largefile toolchains.
Webkit internally builds sqlite, so that's affected as well.

Fix it by passing -DSQLITE_DISABLE_LFS in C/CXXFLAGS for !largefile
builds, similar to how we do it for the standalone sqlite package.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: fix typo in webkit pthread_getattr_np patch</title>
<updated>2011-06-27T08:29:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-06-27T08:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=36f8b40d22ce68155744124d75489dc15b5ff34c'/>
<id>urn:sha1:36f8b40d22ce68155744124d75489dc15b5ff34c</id>
<content type='text'>
Missing continuation (\) character in #if check.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: update pthread_getattr_np patches for uClibc 0.9.32</title>
<updated>2011-06-22T19:58:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-06-22T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=417df559ad1781829d5d57405d7379059e158f04'/>
<id>urn:sha1:417df559ad1781829d5d57405d7379059e158f04</id>
<content type='text'>
And only when linuxthreads.old is used, as the other thread implementations
don't need it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: QtDeclarative needs script support as well</title>
<updated>2011-06-21T11:15:04+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-06-21T11:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0a78829e0a0d781a95a040435e22ec0d155c59ca'/>
<id>urn:sha1:0a78829e0a0d781a95a040435e22ec0d155c59ca</id>
<content type='text'>
Otherwise configure errors out with:

Error: QtDeclarative was requested, but it can't be built due to
QtScript or QtGui being disabled.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Qt: add config option to build libQtDeclarative module</title>
<updated>2011-06-20T09:50:43+00:00</updated>
<author>
<name>Daniel Mack</name>
<email>zonque@gmail.com</email>
</author>
<published>2011-05-31T16:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=377b2785c136e7439ac4f4a6e4509bc5c9fe3015'/>
<id>urn:sha1:377b2785c136e7439ac4f4a6e4509bc5c9fe3015</id>
<content type='text'>
Signed-off-by: Daniel Mack &lt;zonque@gmail.com&gt;
Acked-by: Daniel Nyström &lt;daniel.nystrom@timeterminal.se&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
