mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
1afbc7f952
Use Github URL that references a commit rather than the unversioned Khronos URL. Fix #2765
18 lines
660 B
Plaintext
18 lines
660 B
Plaintext
LICENSE := Khronos
|
|
VERSION := 1.5
|
|
DOWNLOADS := egl.h.file eglext.h.file khrplatform.h.file
|
|
|
|
GITHUB_PATH = https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/5804dc63f9ca70d5e9a6e31addec6936e2950ee4/api
|
|
|
|
URL(egl.h) := $(GITHUB_PATH)/EGL/egl.h
|
|
NAME(egl.h) := include/EGL/egl.h
|
|
SHA(egl.h) := 572914c13175b1317dc18ae5ef6b6714c2fcad76
|
|
|
|
URL(eglext.h) := $(GITHUB_PATH)/EGL/eglext.h
|
|
NAME(eglext.h) := include/EGL/eglext.h
|
|
SHA(eglext.h) := 1667d58f56fd2676e3d6ea9f62849f1fccb1649c
|
|
|
|
URL(khrplatform.h) := $(GITHUB_PATH)/KHR/khrplatform.h
|
|
NAME(khrplatform.h) := include/KHR/khrplatform.h
|
|
SHA(khrplatform.h) := 8e0d9a99eb3053b448f4166beee7e3bf77631332
|