X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Externals%2Fnetsurf%2FMakefile;fp=Externals%2Fnetsurf%2FMakefile;h=5b69f5d8ae1d7ec92ba183b79cad4179bd8ec042;hp=d4140c3f3efe5426a202da1c868f674fb69b4a9a;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b 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)