From 0cecbe3cbcef566fb679aed5f0055397cb4c040c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 20 Feb 2009 09:51:21 +0000 Subject: allow framebuffer port to use freetype2 library svn path=/trunk/netsurf/; revision=6570 --- Makefile.sources | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index b19139305..554e81d30 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -92,12 +92,18 @@ S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build S_FRAMEBUFFER := fb_gui.c tree.c history.c hotlist.c fb_schedule.c \ - thumbnail.c misc.c fb_bitmap.c fb_font.c font_8x16.c \ + thumbnail.c misc.c fb_bitmap.c \ fb_filetype.c login.c fb_cursor.c fb_plotters.c \ fb_8bpp_plotters.c fb_16bpp_plotters.c fb_32bpp_plotters.c \ fb_findfile.c fb_rootwindow.c fb_image_data.c # fb_1bpp_plotters.c +S_FRAMEBUFFER += fb_font_$(NETSURF_FB_FONTLIB).c + +ifeq ($(NETSURF_FB_FONTLIB),internal) +S_FRAMEBUFFER += font_8x16.c +endif + ifeq ($(NETSURF_FB_FRONTEND),linux) S_FRAMEBUFFER += fb_frontend_linuxfb.c endif -- cgit v1.2.3