mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
219c2fa2e1
Library for EGL headers only. Useful for components that dynamically load an EGL shared library. Fix #2718
16 lines
618 B
Plaintext
16 lines
618 B
Plaintext
LICENSE := Khronos
|
|
VERSION := 1.5
|
|
DOWNLOADS := egl.h.file eglext.h.file khrplatform.h.file
|
|
|
|
URL(egl.h) := https://www.khronos.org/registry/EGL/api/EGL/egl.h
|
|
NAME(egl.h) := include/EGL/egl.h
|
|
SHA(egl.h) := 572914c13175b1317dc18ae5ef6b6714c2fcad76
|
|
|
|
URL(eglext.h) := https://www.khronos.org/registry/EGL/api/EGL/eglext.h
|
|
NAME(eglext.h) := include/EGL/eglext.h
|
|
SHA(eglext.h) := 1667d58f56fd2676e3d6ea9f62849f1fccb1649c
|
|
|
|
URL(khrplatform.h) := https://www.khronos.org/registry/EGL/api/KHR/khrplatform.h
|
|
NAME(khrplatform.h) := include/KHR/khrplatform.h
|
|
SHA(khrplatform.h) := 8e0d9a99eb3053b448f4166beee7e3bf77631332
|