From 5862f31d1851e62e6e076b3a1964dbb14cd45d68 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 12 Feb 2026 13:28:37 +0100 Subject: [PATCH] glx: move over vndserver.h public SDK header to include/ Signed-off-by: Enrico Weigelt, metux IT consult --- glx/meson.build | 8 -------- include/meson.build | 1 + {glx => include}/vndserver.h | 0 3 files changed, 1 insertion(+), 8 deletions(-) rename {glx => include}/vndserver.h (100%) diff --git a/glx/meson.build b/glx/meson.build index a35ddc8112..a4cac17d6c 100644 --- a/glx/meson.build +++ b/glx/meson.build @@ -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 diff --git a/include/meson.build b/include/meson.build index c6788fa79d..9fdde8dd68 100644 --- a/include/meson.build +++ b/include/meson.build @@ -462,6 +462,7 @@ if build_xorg 'servermd.h', 'validate.h', 'displaymode.h', + 'vndserver.h', 'window.h', 'windowstr.h', 'xkbsrv.h', diff --git a/glx/vndserver.h b/include/vndserver.h similarity index 100% rename from glx/vndserver.h rename to include/vndserver.h