depot: recipe for server/terminal

Ref #2446
This commit is contained in:
Emery Hemingway 2017-08-31 11:06:24 -05:00 committed by Christian Helmuth
parent 82c763fe75
commit 5c4f0e1340
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
SRC_DIR := src/server/terminal
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: include/terminal
include/terminal:
mkdir -p $@
cp $(GENODE_DIR)/repos/os/include/terminal/* $@

View File

@ -0,0 +1 @@
2017-08-31 1c969353562500e6762fc61dc98eb7ed3ae9b377

View File

@ -0,0 +1,7 @@
base
os
framebuffer_session
input_session
nitpicker_gfx
terminal_session
timer_session