<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/x11r7, branch 2010.02</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.02</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.02'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-02-25T19:07:24Z</updated>
<entry>
<title>xfont_font-util: fix call of post-install-sh</title>
<updated>2010-02-25T19:07:24Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-02-25T17:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a2e0614d919127f3cb42ebce829b205590300517'/>
<id>urn:sha1:a2e0614d919127f3cb42ebce829b205590300517</id>
<content type='text'>
Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xfont_font-util: install in staging as it used to be</title>
<updated>2010-02-25T08:19:30Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-25T07:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=39d38a08a1428e3b48114741dbe92fadfbe04927'/>
<id>urn:sha1:39d38a08a1428e3b48114741dbe92fadfbe04927</id>
<content type='text'>
Before the autotools conversion, xfont_font-util was installed in
staging, so keep this.

However, the current way of handling xfont_font-util is ugly. The
post-install.sh script removes the binaries compiled for the target
from the staging directory and replaces them by symbolic links to
utils installed on the host (making the incorrect assumption that they
are available).

It looks like xfont_font-util needs to be built for the host (using
the new infrastructure for host autotools package). This is certainly
post-2010.02 though.

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>xfont_font-util: convert to the autotools infrastructure</title>
<updated>2010-02-23T19:08:18Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=abc1479ea795a18a743ea513e33179058bdfe6b6'/>
<id>urn:sha1:abc1479ea795a18a743ea513e33179058bdfe6b6</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xlib_libfontenc: enable compilation on the host</title>
<updated>2010-02-23T19:07:45Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d65e627432af8fce1c41df67ca48ce926b5a7300'/>
<id>urn:sha1:d65e627432af8fce1c41df67ca48ce926b5a7300</id>
<content type='text'>
xlib_libfontenc is required to build xapp_mkfontscale on the host,
which in turn is needed to build font encodings for the target.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xfont_encoding: add mkfontscale on the host as dependency</title>
<updated>2010-02-23T19:07:43Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d61ed6f32207ced6d7afa0d45473b63a0acf248d'/>
<id>urn:sha1:d61ed6f32207ced6d7afa0d45473b63a0acf248d</id>
<content type='text'>
mkfontscale on the host is needed to build xfont_encoding, therefore
we add host-xapp_mkfontscale as a dependency.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xapp_mkfontscale: enable compilation for the host and fix deps</title>
<updated>2010-02-23T19:07:38Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1786b39f0b85f2efa383ca8714ca88fdecafba84'/>
<id>urn:sha1:1786b39f0b85f2efa383ca8714ca88fdecafba84</id>
<content type='text'>
mkfontscale on the host is required to build xfonts-encoding for the
target.

We also fix the dependencies. xlib_libX11 is not needed to compile
xapp_mkfontscale. However, xproto_xproto is needed.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libxcb: fix build with Buildroot compiled xsltproc</title>
<updated>2010-02-20T18:31:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e5d1244a747a3863b9f53c80c3ad3f0d60fbe8cd'/>
<id>urn:sha1:e5d1244a747a3863b9f53c80c3ad3f0d60fbe8cd</id>
<content type='text'>
Make sure that libxcb depends on host-xsltproc, since xsltproc is
required for the compilation of libxcb.

Moreover, remove the XSLTPROC=/usr/bin/xsltproc variable definition,
which was assuming that XSLTPROC was installed on the host. xsltproc
should just be part of the PATH.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Fix dependencies for TrapProto</title>
<updated>2010-02-13T15:13:37Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-13T14:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=60ff66d8075184855fbffee65cc3506aa12c8a75'/>
<id>urn:sha1:60ff66d8075184855fbffee65cc3506aa12c8a75</id>
<content type='text'>
The .pc file of TrapProto says that it depends on xt, even through it
doesn't depend on it at compile time. However, if xt isn't present
when TrapProto has been installed, the compilation of Xserver fails
telling that there is a missing dependency in TrapProto on Xt.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>mesa3d/makedepend: correct host package names after autotools change</title>
<updated>2010-01-18T16:18:49Z</updated>
<author>
<name>William Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-01-18T16:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c68bef7c006e4e21af643e9639ad7d1e7e305f52'/>
<id>urn:sha1:c68bef7c006e4e21af643e9639ad7d1e7e305f52</id>
<content type='text'>
Signed-off-by: William Wagner &lt;will_wagner@carallon.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xutil_makedepend: convert to autotools infrastructure for host package</title>
<updated>2009-12-15T18:57:40Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-11-06T18:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b9c569347d24a0ba90240ec6d74235375c320172'/>
<id>urn:sha1:b9c569347d24a0ba90240ec6d74235375c320172</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
