From 15a853e3eb8335844a44c85dc816b2354992842b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 15 Oct 2024 20:08:34 +0200 Subject: [PATCH] compiler.h --- hw/xfree86/common/meson.build | 1 - {hw/xfree86/common => include}/compiler.h | 0 include/meson.build | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename {hw/xfree86/common => include}/compiler.h (100%) diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build index 893593ae1..b088ddeea 100644 --- a/hw/xfree86/common/meson.build +++ b/hw/xfree86/common/meson.build @@ -25,7 +25,6 @@ srcs_xorg_common = [ ] xorg_sdk_headers = [ - 'compiler.h', 'xf86.h', 'xf86Cursor.h', 'xf86Module.h', diff --git a/hw/xfree86/common/compiler.h b/include/compiler.h similarity index 100% rename from hw/xfree86/common/compiler.h rename to include/compiler.h diff --git a/include/meson.build b/include/meson.build index 6d39bf603..66f490b71 100644 --- a/include/meson.build +++ b/include/meson.build @@ -447,6 +447,7 @@ if build_xorg 'closure.h', 'colormap.h', 'colormapst.h', + 'compiler.h', 'hotplug.h', 'cursor.h', 'cursorstr.h',