From 54371c28f07e638694ad2148e8900e1bae71e3d4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Feb 2019 00:08:28 +0000 Subject: make framebuffer use the language environment for the UI resources --- frontends/framebuffer/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'frontends/framebuffer/Makefile') diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile index 06e7afbaa..9bb042f4a 100644 --- a/frontends/framebuffer/Makefile +++ b/frontends/framebuffer/Makefile @@ -1,5 +1,10 @@ +# +# Makefile for NetSurf Framebuffer frontend +# +# This file is part of NetSurf +# # ---------------------------------------------------------------------------- -# Framebuffer target setup +# Framebuffer flag setup (using pkg-config) # ---------------------------------------------------------------------------- CFLAGS += -std=c99 -g \ @@ -50,6 +55,14 @@ LDFLAGS += -Wl,--whole-archive $(eval $(call pkg_config_find_and_add,libnsfb,libnsfb)) LDFLAGS += -Wl,--no-whole-archive +# --------------------------------------------------------------------------- +# Target setup +# --------------------------------------------------------------------------- + +# The filter and target for split messages +MESSAGES_FILTER=fb +MESSAGES_TARGET=$(FRONTEND_RESOURCES_DIR) + # --------------------------------------------------------------------------- # HOST specific feature flags # --------------------------------------------------------------------------- -- cgit v1.2.3