diff --git a/hw/xfree86/ramdac/meson.build b/hw/xfree86/ramdac/meson.build index 0a2bb4b794..ae23f918bf 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, -) diff --git a/include/meson.build b/include/meson.build index 4986afecb0..3e0e7ee6c9 100644 --- a/include/meson.build +++ b/include/meson.build @@ -509,6 +509,7 @@ if build_xorg 'xaarop.h', 'xf86.h', 'xf86cmap.h', + 'xf86Cursor.h', 'xf86DDC.h', 'xf86fbman.h', 'xf86Opt.h', diff --git a/hw/xfree86/ramdac/xf86Cursor.h b/include/xf86Cursor.h similarity index 100% rename from hw/xfree86/ramdac/xf86Cursor.h rename to include/xf86Cursor.h