genode/repos/gems/recipes/src/menu_view/content.mk
Norman Feske 94f428a8b6 depot: update src/menu_view recipe
The menu-view component uses the gems/include/polygon_gfx/ headers now.
2017-08-28 16:49:41 +02:00

13 lines
306 B
Makefile

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