From e37b214e10378f214535ababc37edbd7adedf7fe Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 16 Mar 2009 20:20:37 +0000 Subject: fix able frontend svn path=/trunk/netsurf/; revision=6791 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6efe77b6..55858b381 100644 --- a/Makefile +++ b/Makefile @@ -468,6 +468,7 @@ endif ifeq ($(TARGET),framebuffer) $(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG support)) + $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG support)) ifeq ($(NETSURF_FB_FONTLIB),freetype) CFLAGS += -DFB_USE_FREETYPE $(shell freetype-config --cflags) @@ -505,9 +506,10 @@ ifeq ($(TARGET),framebuffer) ifeq ($(NETSURF_FB_FRONTEND),able) $(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,NetSurf GIF decoder)) + $(eval $(call feature_enabled,HUBBUB,-DWITH_HUBBUB,-lhubbub,Hubbub)) CC=arm-able-gcc CFLAGS += -std=c99 -I. -I/usr/lib/able/include -Dsmall $(WARNFLAGS) - LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm + LDFLAGS += -lparserutils -lxml2 -lz -ljpeg -lcurl -lm SUBTARGET := -able endif -- cgit v1.2.3