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