From 6d15a62ea22326a16d0e2efd783f8ec0107c80d2 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 12 Feb 2026 13:26:25 +0100 Subject: [PATCH] glamor: move over public SDK headers to include/ Signed-off-by: Enrico Weigelt, metux IT consult --- glamor/meson.build | 4 ---- {glamor => include}/glamor.h | 0 include/meson.build | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) rename {glamor => include}/glamor.h (100%) diff --git a/glamor/meson.build b/glamor/meson.build index 2ae522aecf..df1ace5976 100644 --- a/glamor/meson.build +++ b/glamor/meson.build @@ -50,7 +50,3 @@ glamor = static_library('glamor', epoxy_dep, ], ) - -if build_xorg - install_data('glamor.h', install_dir: xorgsdkdir) -endif diff --git a/glamor/glamor.h b/include/glamor.h similarity index 100% rename from glamor/glamor.h rename to include/glamor.h diff --git a/include/meson.build b/include/meson.build index b479ab1ddf..c6788fa79d 100644 --- a/include/meson.build +++ b/include/meson.build @@ -437,6 +437,7 @@ if build_xorg 'fourcc.h', 'gc.h', 'gcstruct.h', + 'glamor.h', 'globals.h', 'glxvndabi.h', 'input.h',