genode/repos/gems/recipes/api/vfs_gpu/content.mk
Sebastian Sumpf a3976f0468 vfs_gpu: offer 'vfs_gpu_env' call
* retrieve Genode::Env from plugin, this way no mesa applications need to
  be changed.
* add 'vfs_gpu' api
* remove when all required functionality is implemented within the plugin.

issue #4380
2022-02-15 10:10:01 +01:00

14 lines
229 B
Makefile

MIRROR_FROM_REP_DIR := \
src/lib/vfs/gpu/vfs_gpu.h \
lib/import/import-vfs_gpu.mk \
lib/symbols/vfs_gpu
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@