mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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',
|
'vndservervendor.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
hdrs_vnd = [
|
|
||||||
'vndserver.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
libglxvnd = []
|
libglxvnd = []
|
||||||
if build_glx
|
if build_glx
|
||||||
libglxvnd = static_library('glxvnd',
|
libglxvnd = static_library('glxvnd',
|
||||||
@@ -81,8 +77,4 @@ if build_glx
|
|||||||
dependency('gl', version: '>= 1.2'),
|
dependency('gl', version: '>= 1.2'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
if build_xorg
|
|
||||||
install_data(hdrs_vnd, install_dir : xorgsdkdir)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -462,6 +462,7 @@ if build_xorg
|
|||||||
'servermd.h',
|
'servermd.h',
|
||||||
'validate.h',
|
'validate.h',
|
||||||
'displaymode.h',
|
'displaymode.h',
|
||||||
|
'vndserver.h',
|
||||||
'window.h',
|
'window.h',
|
||||||
'windowstr.h',
|
'windowstr.h',
|
||||||
'xkbsrv.h',
|
'xkbsrv.h',
|
||||||
|
|||||||
Reference in New Issue
Block a user