diff --git a/repos/gems/recipes/src/menu_view/content.mk b/repos/gems/recipes/src/menu_view/content.mk index 5243c65120..594a88039b 100644 --- a/repos/gems/recipes/src/menu_view/content.mk +++ b/repos/gems/recipes/src/menu_view/content.mk @@ -1,8 +1,12 @@ SRC_DIR := src/app/menu_view include $(GENODE_DIR)/repos/base/recipes/src/content.inc -content: include/decorator +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/* $@