mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
depot: update src/menu_view recipe
The menu-view component uses the gems/include/polygon_gfx/ headers now.
This commit is contained in:
parent
82dc836c50
commit
94f428a8b6
@ -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/* $@
|
||||
|
Loading…
Reference in New Issue
Block a user