mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
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:
committed by
Enrico Weigelt
parent
6d15a62ea2
commit
5862f31d18
@@ -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
|
||||
|
||||
@@ -462,6 +462,7 @@ if build_xorg
|
||||
'servermd.h',
|
||||
'validate.h',
|
||||
'displaymode.h',
|
||||
'vndserver.h',
|
||||
'window.h',
|
||||
'windowstr.h',
|
||||
'xkbsrv.h',
|
||||
|
||||
Reference in New Issue
Block a user