From 610ba6e3b6e66fd8d28955a2c43b6ef2ba11166c Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 1 Dec 2023 15:57:25 +0100 Subject: [PATCH] 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. --- repos/gems/recipes/src/touch_keyboard/content.mk | 7 +++++++ repos/gems/recipes/src/touch_keyboard/used_apis | 1 + 2 files changed, 8 insertions(+) diff --git a/repos/gems/recipes/src/touch_keyboard/content.mk b/repos/gems/recipes/src/touch_keyboard/content.mk index dbeac215b9..c416448c9c 100644 --- a/repos/gems/recipes/src/touch_keyboard/content.mk +++ b/repos/gems/recipes/src/touch_keyboard/content.mk @@ -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 diff --git a/repos/gems/recipes/src/touch_keyboard/used_apis b/repos/gems/recipes/src/touch_keyboard/used_apis index 52751df30d..ebb77cbf57 100644 --- a/repos/gems/recipes/src/touch_keyboard/used_apis +++ b/repos/gems/recipes/src/touch_keyboard/used_apis @@ -1,6 +1,7 @@ base sandbox os +gems report_session event_session timer_session