diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build index 7dc19c6f9..893593ae1 100644 --- a/hw/xfree86/common/meson.build +++ b/hw/xfree86/common/meson.build @@ -27,6 +27,7 @@ srcs_xorg_common = [ xorg_sdk_headers = [ 'compiler.h', 'xf86.h', + 'xf86Cursor.h', 'xf86Module.h', 'xf86Opt.h', 'xf86PciInfo.h', diff --git a/hw/xfree86/ramdac/xf86Cursor.h b/hw/xfree86/common/xf86Cursor.h similarity index 100% rename from hw/xfree86/ramdac/xf86Cursor.h rename to hw/xfree86/common/xf86Cursor.h diff --git a/hw/xfree86/ramdac/meson.build b/hw/xfree86/ramdac/meson.build index 0a2bb4b79..ae23f918b 100644 --- a/hw/xfree86/ramdac/meson.build +++ b/hw/xfree86/ramdac/meson.build @@ -9,10 +9,3 @@ xorg_ramdac = static_library('xorg_ramdac', dependencies: common_dep, c_args: xorg_c_args, ) - -install_data( - [ - 'xf86Cursor.h', - ], - install_dir: xorgsdkdir, -)