hgl: remove

Use EGL and glvnd instead on Haiku platform.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21079>
This commit is contained in:
X512
2022-11-13 18:13:21 +09:00
committed by Marge Bot
parent adbe8b6c17
commit da73bcac37
24 changed files with 1 additions and 2308 deletions

View File

@@ -20,7 +20,6 @@
inc_include = [include_directories('.')]
inc_d3d9 = include_directories('D3D9')
inc_haikugl = include_directories('HaikuGL')
# Most things assume that Android headers are in the default include
# path when compiling for Android so add the stub headers to
@@ -111,13 +110,6 @@ if with_gallium_st_nine
)
endif
if with_platform_haiku
install_headers(
'HaikuGL/GLRenderer.h', 'HaikuGL/GLView.h', 'HaikuGL/OpenGLKit.h',
subdir : 'opengl',
)
endif
opencl_headers = files(
'CL/cl.h',
'CL/cl.hpp',