glx: move over vndserver.h public SDK header to include/

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-12 13:28:37 +01:00
committed by Enrico Weigelt
parent 6d15a62ea2
commit 5862f31d18
3 changed files with 1 additions and 8 deletions

View File

@@ -65,10 +65,6 @@ srcs_vnd = [
'vndservervendor.c',
]
hdrs_vnd = [
'vndserver.h',
]
libglxvnd = []
if build_glx
libglxvnd = static_library('glxvnd',
@@ -81,8 +77,4 @@ if build_glx
dependency('gl', version: '>= 1.2'),
],
)
if build_xorg
install_data(hdrs_vnd, install_dir : xorgsdkdir)
endif
endif

View File

@@ -462,6 +462,7 @@ if build_xorg
'servermd.h',
'validate.h',
'displaymode.h',
'vndserver.h',
'window.h',
'windowstr.h',
'xkbsrv.h',