<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/cairo, branch 2009.02_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-01-14T13:36:36Z</updated>
<entry>
<title>Better to use the correct --without </title>
<updated>2009-01-14T13:36:36Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-14T13:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900'/>
<id>urn:sha1:caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Woops, we do need /dev/null, not a directory with html in it.</title>
<updated>2009-01-14T12:26:30Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-14T12:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dd771221ff213fbb9e1ec8df6415ded59350153d'/>
<id>urn:sha1:dd771221ff213fbb9e1ec8df6415ded59350153d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dependencies.</title>
<updated>2009-01-12T15:22:41Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-12T15:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8356803dcf83a49d8d5f7e4b985b77d50c6b67e4'/>
<id>urn:sha1:8356803dcf83a49d8d5f7e4b985b77d50c6b67e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>May not be the right way to do it but I just don't want those docs.</title>
<updated>2009-01-12T10:29:46Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-12T10:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=94b61800c7d84a7dba634c4bdd3e48b27c990c4e'/>
<id>urn:sha1:94b61800c7d84a7dba634c4bdd3e48b27c990c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libpng: fix Makefile.autotools.in fallout</title>
<updated>2008-11-02T19:21:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-11-02T19:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cab350013e00c6daaaa393d72a23e3e244ec761f'/>
<id>urn:sha1:cab350013e00c6daaaa393d72a23e3e244ec761f</id>
<content type='text'>
libpng used to have the 'png' Makefile alias, which some packages used
in their dependencies list.

With the move to Makefile.autotools.in this is now gone, so update the
packages to match.
</content>
</entry>
<entry>
<title>package/cairo/cairo.mk: Bounce version and add patches for DirectFB</title>
<updated>2008-10-22T15:01:00Z</updated>
<author>
<name>Daniel Laird</name>
<email>danieljlaird@hotmail.com</email>
</author>
<published>2008-10-22T15:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ab20262575add14e403a97e5f8ab52fcebfd3fe2'/>
<id>urn:sha1:ab20262575add14e403a97e5f8ab52fcebfd3fe2</id>
<content type='text'>
Update Cairo to 1.6.4
Add DirectFB patches as supplied by DirectFB author Dennis Kropp

Signed-off-by: Daniel Laird &lt;daniel.j.laird@nxp.com&gt;

</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>Fix #3584, when building cairo with DirectFB, depend on DirectFB</title>
<updated>2008-07-05T15:14:11Z</updated>
<author>
<name>Thiago A. Corrêa</name>
<email>thiago.correa@gmail.com</email>
</author>
<published>2008-07-05T15:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6bab53cb89f44e442adcefa4e04e14341cf0c730'/>
<id>urn:sha1:6bab53cb89f44e442adcefa4e04e14341cf0c730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use HOST_GLIB for packages</title>
<updated>2008-07-05T09:30:17Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2008-07-05T09:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1a75be4d7315e2d0812aac2f9392e87e22804cde'/>
<id>urn:sha1:1a75be4d7315e2d0812aac2f9392e87e22804cde</id>
<content type='text'>
</content>
</entry>
</feed>
