dri3: move public dri3.h 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:18:56 +01:00
committed by Enrico Weigelt
parent 5e0ab139d6
commit 6e2dbc6c7d
3 changed files with 1 additions and 8 deletions

View File

@@ -4,10 +4,6 @@ srcs_dri3 = [
'dri3_screen.c',
]
hdrs_dri3 = [
'dri3.h',
]
libxserver_dri3 = []
if build_dri3
libxserver_dri3 = static_library('xserver_dri3',
@@ -16,7 +12,3 @@ if build_dri3
dependencies: [ common_dep, libdrm_dep ],
)
endif
if build_xorg
install_data(hdrs_dri3, install_dir: xorgsdkdir)
endif

View File

@@ -426,6 +426,7 @@ if build_xorg
'dixfont.h',
'dixfontstr.h',
'dixstruct.h',
'dri3.h',
'events.h',
'exa.h',
'exevents.h',