Commit Graph

18 Commits

Author SHA1 Message Date
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney f2c69cb8c4 utf8proc: Add header target 2020-06-02 04:22:27 -07:00
Michael Forney fa02fa9d7b libxkbcommon: Add header target 2020-06-02 04:22:27 -07:00
Michael Forney 3286b467f7 freetype: Add header target 2020-06-02 04:20:10 -07:00
Michael Forney 74b163a34c netsurf: Update to 3.10 2020-05-25 17:23:33 -07:00
Michael Forney aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
Michael Forney 08cca5431f Move toolchain config into config.lua 2020-01-29 22:14:33 -08:00
Michael Forney 051963c7fe Add support for building multiple configurations
Now, you can build in separate directories per configuration:

	mkdir foo
	(cd foo && ../setup.lua)
	samu -C foo
2020-01-29 22:14:33 -08:00
Michael Forney 2255c43da7 Use $basedir to refer to paths relative to base source tree 2019-12-16 23:48:22 -08:00
Michael Forney 41df3bc374 netsurf: Remove openssl-specific functionality 2019-11-12 17:31:42 -08:00
Michael Forney 1a8f020103 netsurf: Update to 3.9 2019-07-29 18:03:01 -07:00
Michael Forney 49f60b7f23 netsurf: Disable javascript support
It is not that useful in its current form, and this save quite a
bit in executable size.
2019-06-05 23:09:06 -07:00
Michael Forney 1c1aa2bef1 netsurf: Declare some missing header dependencies 2019-03-19 21:35:19 -07:00
Michael Forney 75281a48b0 netsurf: Set default search provider to Duck Duck Go 2018-12-27 19:05:52 -08:00
Michael Forney bba4833013 Update to stable xdg-shell
Since xdg-shell-unstable-5-protocol.c and xdg-shell-protocol.c
define conflicting symbols, this commit updates swc, netsurf, mupdf,
and st all at once.
2018-11-03 01:20:57 -07:00
Michael Forney f303ccd242 netsurf: Update to 3.8 2018-09-07 15:15:44 -07:00
Michael Forney e5cfa84477 Move $outdir/fetch.stamp -> $dir/fetch 2017-10-23 21:43:33 -07:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00