mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
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:
parent
66160e6bd3
commit
610ba6e3b6
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
base
|
||||
sandbox
|
||||
os
|
||||
gems
|
||||
report_session
|
||||
event_session
|
||||
timer_session
|
||||
|
Loading…
Reference in New Issue
Block a user