X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fnetsurf%2FMakefile;fp=Externals%2Fnetsurf%2FMakefile;h=5b69f5d8ae1d7ec92ba183b79cad4179bd8ec042;hb=4e407e69bd660e9a32644281733192193ee6e8c8;hp=d4140c3f3efe5426a202da1c868f674fb69b4a9a;hpb=eb42cce3c834d711e888d7866db98c563710993d;p=tpg%2Facess2.git diff --git a/Externals/netsurf/Makefile b/Externals/netsurf/Makefile index d4140c3f..5b69f5d8 100644 --- a/Externals/netsurf/Makefile +++ b/Externals/netsurf/Makefile @@ -12,7 +12,12 @@ NOBDIR = yes include ../core.mk -_build: - cd $(BDIR) && CC=$(HOST)-gcc TARGET=sdl make +.PHONY: _check_local_deps + +_build: _check_local_deps + cd $(BDIR) && CC=$(HOST)-gcc TARGET=framebuffer make + +_check_local_deps: + @gperf --help >/dev/null || (echo "ERROR: netsurf's build system requires gperf"; false)