From e20767dd401ac384a852accf9314d8893bca790f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 12 Feb 2026 15:11:01 +0100 Subject: [PATCH] xfree86: fbdevhw: move over public SDK header to include/ Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/fbdevhw/meson.build | 2 -- {hw/xfree86/fbdevhw => include}/fbdevhw.h | 0 include/meson.build | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) rename {hw/xfree86/fbdevhw => include}/fbdevhw.h (100%) diff --git a/hw/xfree86/fbdevhw/meson.build b/hw/xfree86/fbdevhw/meson.build index 4efab85136..74bacff316 100644 --- a/hw/xfree86/fbdevhw/meson.build +++ b/hw/xfree86/fbdevhw/meson.build @@ -14,8 +14,6 @@ shared_module('fbdevhw', link_with: xserver_exec, ) -install_data('fbdevhw.h', install_dir: xorgsdkdir) - install_man(configure_file( input: 'man/fbdevhw.man', output: 'fbdevhw.4', diff --git a/hw/xfree86/fbdevhw/fbdevhw.h b/include/fbdevhw.h similarity index 100% rename from hw/xfree86/fbdevhw/fbdevhw.h rename to include/fbdevhw.h diff --git a/include/meson.build b/include/meson.build index a0dd5f6e6d..f8d0c6e81c 100644 --- a/include/meson.build +++ b/include/meson.build @@ -438,6 +438,7 @@ if build_xorg 'extinit.h', 'extnsionst.h', 'fb.h', + 'fbdevhw.h', 'fboverlay.h', 'fbpict.h', 'fbrop.h',