xfree86: vgahw: move over public SDK header to include/

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-12 16:48:35 +01:00
committed by Enrico Weigelt
parent e20767dd40
commit 0edeb0e34e
4 changed files with 2 additions and 7 deletions

View File

@@ -6,5 +6,3 @@ shared_module('vgahw',
install: true,
install_dir: module_abi_dir,
)
install_data('vgaHW.h', install_dir: xorgsdkdir)

View File

@@ -17,20 +17,16 @@
#include <X11/X.h>
#include "include/vgaHW.h"
#include "os/log_priv.h"
#include "misc.h"
#include "xf86_priv.h"
#include "xf86_OSproc.h"
#include "xf86Opt_priv.h"
#include "xf86Priv.h"
#include "vgaHW.h"
#include "compiler.h"
#include "xf86cmap.h"
#include "Pci.h"
#ifndef SAVE_FONT1

View File

@@ -493,6 +493,7 @@ if build_xorg
'vndserver.h',
'window.h',
'windowstr.h',
'vgaHW.h',
'xaarop.h',
'xf86.h',
'xf86cmap.h',