Update for latest merge

This commit is contained in:
anthony 2021-06-10 20:27:36 +01:00
parent a82df31cd0
commit 26fdf229e2
4 changed files with 10 additions and 4 deletions

View File

@ -114,7 +114,7 @@ else
endif
# valid values for the TARGET
VLDTARGET := amiga atari beos framebuffer gtk monkey riscos windows
VLDTARGET := amiga atari beos framebuffer gtk monkey riscos windows gnustep
# Check for valid TARGET
ifeq ($(filter $(VLDTARGET),$(TARGET)),)

View File

@ -79,7 +79,7 @@ SOURCES = $(addprefix $(shell pwd)/,$(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_FRON
# Since we prefix the sources with the pwd, also create a special
# prefixed rule so that the testament is run
$(shell pwd)/content/fetchers/about.c: testament
$(shell pwd)/content/fetchers/about/about.c: testament
EXETARGET := NetSurf

View File

@ -0,0 +1,7 @@
# -*- mode: makefile-gmake -*-
##
## tool setup for the gnustep target
##
# use native package config
PKG_CONFIG := pkg-config

View File

@ -1,3 +1,2 @@
#!/bin/sh
export PKG_CONFIG_PATH="/opt/netsurf/lib/pkgconfig/"
gmake TARGET=gnustep NETSURF_USE_DUKTAPE=NO NETSURF_USE_NSSVG=AUTO NETSURF_USE_ROSPRITE=AUTO
make TARGET=gnustep NETSURF_USE_DUKTAPE=NO NETSURF_USE_NSSVG=YES NETSURF_USE_ROSPRITE=AUTO