<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/efl, branch 2012.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-02-15T22:22:23+00:00</updated>
<entry>
<title>libecore: tweak makekeys workaround for make 3.82</title>
<updated>2012-02-15T22:22:23+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-15T22:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d6628bca393f9f01c9b320f2eb60db51519ae54d'/>
<id>urn:sha1:d6628bca393f9f01c9b320f2eb60db51519ae54d</id>
<content type='text'>
It seems that make 3.82 gets confused and considers makekeys
out of date when there isn't a makekeys.o, so ensure that we
create both makekeys and makekeys.o before building.

Also move the workaround to the extract step so we can build using
make's default rules rather than explicitly calling gcc.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libecore: fix build error when X support is disabled but host has X headers</title>
<updated>2012-02-12T19:52:05+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-12T19:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=342a3d8dab64c00a6132a1bb1adeab032ee344ca'/>
<id>urn:sha1:342a3d8dab64c00a6132a1bb1adeab032ee344ca</id>
<content type='text'>
Forcibly disable imf-xim as it requires the X support.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libecore: add optional tslib/glib/openssl/gnutls/curl support</title>
<updated>2012-02-12T19:51:24+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-12T19:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=832068e494c8387c209905d2aa18b24d0d7d7116'/>
<id>urn:sha1:832068e494c8387c209905d2aa18b24d0d7d7116</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libecore: fix directfb dependency</title>
<updated>2012-02-12T19:29:50+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-12T19:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=718e1ecf5fb8f509c0cf9e7498ce7250470c3456'/>
<id>urn:sha1:718e1ecf5fb8f509c0cf9e7498ce7250470c3456</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: X OpenGL backends needs modular X.org (for mesa)</title>
<updated>2012-02-09T10:20:35+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-09T10:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0829989046404df89c9603014d0ae54d0d4904c0'/>
<id>urn:sha1:0829989046404df89c9603014d0ae54d0d4904c0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: SDL OpenGL backend needs modular X.org (for mesa)</title>
<updated>2012-02-08T13:38:19+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-08T13:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6d27a63e450807a384751b750e58bfcf0faafd22'/>
<id>urn:sha1:6d27a63e450807a384751b750e58bfcf0faafd22</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: fix SDL GL backend build</title>
<updated>2012-02-08T13:30:06+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-08T13:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3a9b75fe04296e0533bc085e05b357e8e7ea2324'/>
<id>urn:sha1:3a9b75fe04296e0533bc085e05b357e8e7ea2324</id>
<content type='text'>
libeet is needed by all backends building the generic OpenGL support,
and the configure script forgets to check / expand libeet CFLAGS/libs
when the SDL GL backend is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: SDL GL backend doesn't need glproto</title>
<updated>2012-02-08T13:29:36+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-08T13:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=38071138ee1cf3b904a8fc25a4a9bcefe0d9be6a'/>
<id>urn:sha1:38071138ee1cf3b904a8fc25a4a9bcefe0d9be6a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: software buffer backend doesn't need X11</title>
<updated>2012-02-08T08:55:31+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-08T08:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e1231afc0190d6dbb0d1ed704637b70ff50d2927'/>
<id>urn:sha1:e1231afc0190d6dbb0d1ed704637b70ff50d2927</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libevas: generic opengl option needs mesa</title>
<updated>2012-02-07T22:19:21+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-07T22:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=79f22504d7b5be45170063837d551c099e0c75d0'/>
<id>urn:sha1:79f22504d7b5be45170063837d551c099e0c75d0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
