Commit Graph

12 Commits

Author SHA1 Message Date
Tibor Nagy
b585522be9 sdl: Fix alpha handling 2018-05-01 17:45:38 +02:00
Tibor Nagy
88f9d40aab Fix linking problems
The Rust code and some built-in compiler functions (__divdc3/__divsc3/__divxc3)
complained about missing floating-point stuff:
- fmax, fmaxf, fmaxl, logb, logbf, logbl, scalbnl, trunc, floor, ceil.

Passing `--gc-sections` to the linker seems to fix this.
2018-04-29 23:50:07 +02:00
Tibor Nagy
a61842d225 Add Orbital as a runtime dependency for the GUI apps
And also make Orbital depend on the orbdata package
2018-03-29 00:22:52 +02:00
Ian Douglas Scott
9f327cfa5c
Include "Redox" in netsurf user agent 2018-03-08 17:09:05 -08:00
Tibor Nagy
a5526e226a netsurf: Fix HTML forms
The //TRANSLIT iconv extension doesn't seem to be supported by newlib.
2018-03-09 00:12:40 +01:00
Tibor Nagy
e61789686b netsurf: Enable freetype support 2018-02-28 18:30:03 +01:00
Jeremy Soller
a1d531d79b Fixes for pkg-config. Add libpng to netsurf 2018-02-27 20:59:13 -07:00
Tibor Nagy
4a2b255271 Cleanup netsurf patch, enable JPEG support 2018-02-23 19:44:10 +01:00
Jeremy Soller
f0f05be025 Fix pkg-config with autotools programs 2018-02-22 20:07:00 -07:00
Jeremy Soller
2ff556bce1 Update netsurf recipe 2018-02-22 19:27:10 -07:00
Tibor Nagy
d041a78cd4 Attempt to fix build issues, revert newlib changes 2018-02-22 11:44:19 +01:00
Tibor Nagy
7e293541c1 Add netsurf recipe, enable iconv in newlib 2018-02-21 18:53:45 +01:00