<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/x11r7/mesa3d, branch 2012.05</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.05</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.05'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-02-06T16:22:38Z</updated>
<entry>
<title>mesa3d: fix build</title>
<updated>2012-02-06T16:22:38Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-06T16:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5d425d3334231340790677e6f6e8212901e6dc23'/>
<id>urn:sha1:5d425d3334231340790677e6f6e8212901e6dc23</id>
<content type='text'>
We build mesa3d with dri support, which doesn't work with static builds,
so disable it.

From configure.ac:

dri)
    # DRI must be shared, I think
    if test "$enable_static" = yes; then
        AC_MSG_ERROR([Can't use static libraries for DRI drivers])
    fi

At the same time fixup minor style issues (:= vs =, long lines).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>mesa3d: don't depend on the X server</title>
<updated>2012-02-06T16:14:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-06T16:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=80a7e8216e53cd7195e78e30e90821584b537b53'/>
<id>urn:sha1:80a7e8216e53cd7195e78e30e90821584b537b53</id>
<content type='text'>
There's no particular reason why you shouldn't be able to build mesa
without the X server (E.G. for remote X), so remove it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>x11r7: AUTORECONF=NO is the default, remove</title>
<updated>2011-10-05T18:23:33Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-09-19T20:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=42a28105f12e006e8b01579d0004c8cb3edc0acb'/>
<id>urn:sha1:42a28105f12e006e8b01579d0004c8cb3edc0acb</id>
<content type='text'>
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>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>mesa3d: ensure it can only be compiled with modular X server</title>
<updated>2010-12-27T20:12:25Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-12-27T20:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d741cf7c62a5197a138a4e0890bf99f026dd0354'/>
<id>urn:sha1:d741cf7c62a5197a138a4e0890bf99f026dd0354</id>
<content type='text'>
kdrive has no glx support, and mesa3d depends on libdrm which needs
largefile support (just like the modular server), so ensure mesa3d
can only be enabled in that configuration.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>packages: remove unneeded _INSTALL_TARGET_OPT definitions</title>
<updated>2010-09-27T13:32:32Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-09-07T22:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=478ea1a12dffca0025c0ad55ad702cbaec465f93'/>
<id>urn:sha1:478ea1a12dffca0025c0ad55ad702cbaec465f93</id>
<content type='text'>
Now that &lt;pkg&gt;_INSTALL_TARGET_OPT always defaults to
'DESTDIR=$(TARGET_DIR) install', we can remove the
&lt;pkg&gt;_INSTALL_TARGET_OPT definition from a lot of packages.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>mesa3d: bump version and convert to autotools</title>
<updated>2010-04-08T19:38:21Z</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2010-04-01T12:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4e67ed412ef901fbd4a7afb6b5732a6e818a9946'/>
<id>urn:sha1:4e67ed412ef901fbd4a7afb6b5732a6e818a9946</id>
<content type='text'>
Note this version requires a recent kernel with KMS support as it is
currently configured

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>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>mesa3d: Pass LDFLAGS to the build config file</title>
<updated>2009-12-06T19:13:28Z</updated>
<author>
<name>Clark Rawlins</name>
<email>clark@bit63.org</email>
</author>
<published>2009-12-01T13:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=249f3db9997de195fa0e62e0236f86e977fcced8'/>
<id>urn:sha1:249f3db9997de195fa0e62e0236f86e977fcced8</id>
<content type='text'>
Closes #559.

Without the LDFLAGS in the build configuration file
building mesa3d fails with an external toolchain on amd64
machines targeting i686.  The error indicats that libX11
can't be found.

This change passes the --sysroot parameter (along with any
others specified by buildroot for LDFLAGS to the mklib script.

Signed-off-by: Clark Rawlins &lt;clark@bit63.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>mesa3d: compile makedepend (and in turn xproto) for the host</title>
<updated>2009-07-17T22:16:48Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-17T22:16:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d0f902e82ed70db599325894d3ab58428164ef08'/>
<id>urn:sha1:d0f902e82ed70db599325894d3ab58428164ef08</id>
<content type='text'>
The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
