<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/x11r7/xlib_libXfont, branch 2012.02_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-01-17T22:32:41Z</updated>
<entry>
<title>xlib_libXfont: removed redundant HOST_FOO_DEPENDENCIES</title>
<updated>2012-01-17T22:32:41Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-01-16T13:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b52f9a6c5fe379f6a9850ee951840f971832dafe'/>
<id>urn:sha1:b52f9a6c5fe379f6a9850ee951840f971832dafe</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>package: remove useless arguments from AUTOTARGETS</title>
<updated>2011-09-29T21:12:27Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-09-29T19:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49'/>
<id>urn:sha1:300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49</id>
<content type='text'>
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
AUTOTARGETS 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>packages: remove --{enable,disable}-{shared,static} from autotools packages</title>
<updated>2011-06-12T19:59:59Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-05-30T21:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9'/>
<id>urn:sha1:0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9</id>
<content type='text'>
Now that those values are passed at the autotools infrastructure
level, there's no need for every package to pass inconsistent values.

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>xlib_libXfont: don't build devel documentation for host</title>
<updated>2011-05-16T20:23:51Z</updated>
<author>
<name>Vasily Khoruzhick</name>
<email>anarsoul@gmail.com</email>
</author>
<published>2011-05-16T15:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=017e3061fdd62d42ffb851057b67e6d96b1fd47a'/>
<id>urn:sha1:017e3061fdd62d42ffb851057b67e6d96b1fd47a</id>
<content type='text'>
Signed-off-by: Vasily Khoruzhick &lt;anarsoul@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Enable xapp_bdftopcf dependencies for the host</title>
<updated>2010-05-06T18:18:42Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-06T18:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a10439d3cd1d836fccf3fdf8e7949a71bf341ba9'/>
<id>urn:sha1:a10439d3cd1d836fccf3fdf8e7949a71bf341ba9</id>
<content type='text'>
Now that xapp_bdftopcf is enabled on the host, we also need its
dependencies to be available for the host. The dependency of
host-xapp_bdftopcf is host-xlib_libXfont, which itself depends on a
bunch of other packages. Some of them were already available for the
host, some not (xfont_encodings, xlib_xtrans, xproto_fontcacheproto,
xproto_fontsproto) and are therefore added by this patch.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>X11R7.5 - remove all version information from Config.in files</title>
<updated>2010-04-22T10:26:54Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-04-14T17:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3aed796e78eb38c2353f273e3623431bbe700900'/>
<id>urn:sha1:3aed796e78eb38c2353f273e3623431bbe700900</id>
<content type='text'>
As discussed on the list, don't want to have to change the Config.in
file when we bump the version of a package

Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Acked-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xlib_libXfont: don't build devel documentation</title>
<updated>2010-03-29T10:41:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-29T10:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8a5e8e2d009b809e99990eba90085df67c9fbfe9'/>
<id>urn:sha1:8a5e8e2d009b809e99990eba90085df67c9fbfe9</id>
<content type='text'>
Adds to the build time and brings in an xmlto dependency

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Bump libXfont to 1.4.1</title>
<updated>2010-02-28T09:34:54Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-02-28T09:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=71a17ed8638b1a75e17f4a0a3dd2ffb1b67907c8'/>
<id>urn:sha1:71a17ed8638b1a75e17f4a0a3dd2ffb1b67907c8</id>
<content type='text'>
Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix Matchbox build</title>
<updated>2009-07-01T12:24:47Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-06-25T08:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=51ef5b81224c243aa7f937c4690b1a120c81ccbc'/>
<id>urn:sha1:51ef5b81224c243aa7f937c4690b1a120c81ccbc</id>
<content type='text'>
Several issues were encountered when trying to build Matchbox. This
patches fixes these issues :

 * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7,
   otherwise the x11r7 mk files are not included, and matchbox.mk
   refers to non-existing dependencies (such as xlib_libXtst).

 * In matchbox.mk, wrong dependencies for Matchbox keyboard. When
   pango is available, use it through --enable-pango, otherwise, add
   the dependency to xlib_libXft

 * Enable AUTORECONF for libXfont and libXft, otherwise the libtool
   Buildroot patch has no effect, and these packages fail to build
   without the libtool hack.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>x11r7: update to 7.4</title>
<updated>2009-03-14T14:59:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-14T14:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=59b0aa7a7ee327688a77dd5d01d0b2032f6535a2'/>
<id>urn:sha1:59b0aa7a7ee327688a77dd5d01d0b2032f6535a2</id>
<content type='text'>
Patch by Dan Lykowski &lt;lykowdk@gmail.com&gt;, closes #181.

Minor fixups for kdrive by me.
</content>
</entry>
</feed>
