File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ ifeq ($(CIRCUITPY_DISPLAYIO), 1)
156
156
supervisor/shared/display.c
157
157
158
158
ifeq ($(CIRCUITPY_TERMINALIO), 1)
159
- SUPERVISOR_O += $(BUILD ) /autogen_display_resources.o
159
+ SUPERVISOR_O += $(BUILD ) /autogen_display_resources- $( TRANSLATION ) .o
160
160
endif
161
161
endif
162
162
@@ -194,10 +194,10 @@ $(BUILD)/supervisor/shared/translate/translate.o: $(HEADER_BUILD)/qstrdefs.gener
194
194
195
195
CIRCUITPY_DISPLAY_FONT ?= "../../tools/fonts/ter-u12n.bdf"
196
196
197
- $(BUILD ) /autogen_display_resources.c : ../../tools/gen_display_resources.py $(HEADER_BUILD ) /qstrdefs.generated.h Makefile | $(HEADER_BUILD )
197
+ $(BUILD ) /autogen_display_resources- $( TRANSLATION ) .c : ../../tools/gen_display_resources.py $(TOP ) /locale/ $( TRANSLATION ) .po Makefile | $(HEADER_BUILD )
198
198
$(STEPECHO ) " GEN $@ "
199
199
$(Q ) install -d $(BUILD ) /genhdr
200
200
$(Q )$(PYTHON ) ../../tools/gen_display_resources.py \
201
201
--font $(CIRCUITPY_DISPLAY_FONT ) \
202
- --sample_file $(HEADER_BUILD ) /qstrdefs.generated.h \
203
- --output_c_file $(BUILD ) /autogen_display_resources.c
202
+ --sample_file $(TOP ) /locale/ $( TRANSLATION ) .po \
203
+ --output_c_file $(BUILD ) /autogen_display_resources- $( TRANSLATION ) .c
You can’t perform that action at this time.
0 commit comments