genode/repos/libports/recipes/api/egl_api/content.mk
Emery Hemingway 219c2fa2e1 EGL api library
Library for EGL headers only. Useful for components that dynamically
load an EGL shared library.

Fix #2718
2018-03-27 13:44:27 +02:00

12 lines
222 B
Makefile

content: include LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/egl_api)
include:
mkdir $@
cp -r $(PORT_DIR)/include/* $@
cp -r $(REP_DIR)/include/EGL $@
LICENSE:
grep '\*\*' $(PORT_DIR)/include/EGL/egl.h >$@