mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +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
|
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
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
base
|
base
|
||||||
sandbox
|
sandbox
|
||||||
os
|
os
|
||||||
|
gems
|
||||||
report_session
|
report_session
|
||||||
event_session
|
event_session
|
||||||
timer_session
|
timer_session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user