<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/sdl2, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-01-20T02:25:48+00:00</updated>
<entry>
<title>sdl2: X11 support depends on MMU (fork)</title>
<updated>2017-01-20T02:25:48+00:00</updated>
<author>
<name>Guillaume GARDET</name>
<email>guillaume.gardet@oliseo.fr</email>
</author>
<published>2017-01-19T21:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e26fcb76b4e157f89e0d7cb7f2f7019d7561b786'/>
<id>urn:sha1:e26fcb76b4e157f89e0d7cb7f2f7019d7561b786</id>
<content type='text'>
Fixes:

  http://autobuild.buildroot.net/results/2f7/2f738830bf98eb7284f99c11856a8694467b3daa

Signed-off-by: Guillaume GARDET &lt;guillaume.gardet@oliseo.fr&gt;
Signed-off-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/sdl2: fix build with gcc6</title>
<updated>2016-12-27T16:58:54+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-12-25T18:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4091d60557d251e5a8d5405e00e6f811e31d96d5'/>
<id>urn:sha1:4091d60557d251e5a8d5405e00e6f811e31d96d5</id>
<content type='text'>
Fixes
http://autobuild.buildroot.net/results/b99/b997c2b6307deb48a42e9b317715a00b65f90149/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Tested-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/sdl2: fix build error on powerpc/powerpc64</title>
<updated>2016-12-27T16:58:37+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-12-25T18:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ef8733ac7d6a75ef2c42e6fa7a0360880fac0b70'/>
<id>urn:sha1:ef8733ac7d6a75ef2c42e6fa7a0360880fac0b70</id>
<content type='text'>
Fixes
http://autobuild.buildroot.net/results/ffd/ffd689f1ba34ad43f52c38fe37da393a9d8b9d5e/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Tested-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/sdl2: bump version to 2.0.5</title>
<updated>2016-12-22T09:29:25+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-12-22T06:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=50d7bf868bf307726e14732d6fc4347685347bdb'/>
<id>urn:sha1:50d7bf868bf307726e14732d6fc4347685347bdb</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>sdl2: new package</title>
<updated>2015-10-21T21:26:58+00:00</updated>
<author>
<name>Guillaume GARDET</name>
<email>guillaume.gardet@oliseo.fr</email>
</author>
<published>2015-07-18T18:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a5c6ba4eec6989a2d4bccefe109dbb7ecf28df8c'/>
<id>urn:sha1:a5c6ba4eec6989a2d4bccefe109dbb7ecf28df8c</id>
<content type='text'>
[Romain:
  - Wrap Config.in help text at 72 columns.
  - Move sdl2 package after sdl modules in Config.in. (Arnout)
  - Explicitly disable dbus and wayland.
  - Remove double underscore (SDL2__*).
  - Unify autotools options to use --enable/--disable.
  - Use x-includes and x-libraries to avoid path poisoning.
  - Remove xlib_libXrender, xproto_inputproto and xproto_scrnsaverproto
    dependencies since the build system doesn't depend on them.
  - Add Xlib_libXi, xlib_libScrnSaver and xlib_libXxf86vm dependencies.
  - Handle autotools options (--enable/--disable) for each X11
    dependencies.]

[Thomas:
  - Minor tweaks to Config.in
  - Addition of hash file.
  - Addition of SDL2_CONFIG_SCRIPTS, as suggested by Vincent Stehlé.]

Signed-off-by: Guillaume GARDET &lt;guillaume.gardet@oliseo.fr&gt;
Signed-off-by: Romain Naour &lt;romain.naour@openwide.fr&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Romain Naour &lt;romain.naour@openwide.fr&gt;
Cc: Yann E. Morin &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
