summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-11 21:44:00 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commita27d16a7478106fdff3ac4be382489328c2fe143 (patch)
treea4c3d16f7c43e6327c962932567e45f0cd3e0c8a /frontends/kolibrios/fb/Makefile
parent4a95a17b0c6106137e629bbcf572be3d837e8b42 (diff)
downloadnetsurf-a27d16a7478106fdff3ac4be382489328c2fe143.tar.gz
netsurf-a27d16a7478106fdff3ac4be382489328c2fe143.tar.bz2
Switch to freetype fonts!
Diffstat (limited to 'frontends/kolibrios/fb/Makefile')
-rw-r--r--frontends/kolibrios/fb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/kolibrios/fb/Makefile b/frontends/kolibrios/fb/Makefile
index 6d2acb079..589a73d3c 100644
--- a/frontends/kolibrios/fb/Makefile
+++ b/frontends/kolibrios/fb/Makefile
@@ -138,7 +138,7 @@ endef
S_FONTS :=
-$(eval $(foreach V,$(filter FB_FONT_$(NETSURF_FB_FONTLIB)_%,$(.VARIABLES)),$(call convert_font,$(FRONTEND_RESOURCES_DIR)/$($(V)),$(OBJROOT)/font-$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)).c,$(OBJROOT)/font-$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)).h,$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)))))
+# $(eval $(foreach V,$(filter FB_FONT_$(NETSURF_FB_FONTLIB)_%,$(.VARIABLES)),$(call convert_font,$(FRONTEND_RESOURCES_DIR)/$($(V)),$(OBJROOT)/font-$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)).c,$(OBJROOT)/font-$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)).h,$(patsubst FB_FONT_$(NETSURF_FB_FONTLIB)_%,%,$(V)))))
# ----------------------------------------------------------------------------
# Source file setup