depot: update src/menu_view recipe

The menu-view component uses the gems/include/polygon_gfx/ headers now.
This commit is contained in:
Norman Feske 2017-08-09 19:39:23 +02:00 committed by Christian Helmuth
parent 82dc836c50
commit 94f428a8b6

View File

@ -1,8 +1,12 @@
SRC_DIR := src/app/menu_view SRC_DIR := src/app/menu_view
include $(GENODE_DIR)/repos/base/recipes/src/content.inc include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: include/decorator content: include/decorator include/polygon_gfx
include/decorator: include/decorator:
mkdir -p $@ mkdir -p $@
cp $(GENODE_DIR)/repos/os/include/decorator/* $@ cp $(GENODE_DIR)/repos/os/include/decorator/* $@
include/polygon_gfx:
mkdir -p $@
cp $(GENODE_DIR)/repos/gems/include/polygon_gfx/* $@