mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
219c2fa2e1
Library for EGL headers only. Useful for components that dynamically load an EGL shared library. Fix #2718
12 lines
222 B
Makefile
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 >$@
|