touch_keyboard: add dialog API to src recipe

This is a follow-up commit to issue #5059. Without it, the binary
archive for the touch_keyboard remains empty.
This commit is contained in:
Norman Feske 2023-12-01 15:57:25 +01:00
parent 66160e6bd3
commit 610ba6e3b6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
SRC_DIR := src/app/touch_keyboard
MIRROR_FROM_REP_DIR := lib/mk/dialog.mk src/lib/dialog include/dialog
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -1,6 +1,7 @@
base
sandbox
os
gems
report_session
event_session
timer_session