mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Enrico Weigelt
parent
e20767dd40
commit
0edeb0e34e
@@ -6,5 +6,3 @@ shared_module('vgahw',
|
||||
install: true,
|
||||
install_dir: module_abi_dir,
|
||||
)
|
||||
|
||||
install_data('vgaHW.h', install_dir: xorgsdkdir)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -493,6 +493,7 @@ if build_xorg
|
||||
'vndserver.h',
|
||||
'window.h',
|
||||
'windowstr.h',
|
||||
'vgaHW.h',
|
||||
'xaarop.h',
|
||||
'xf86.h',
|
||||
'xf86cmap.h',
|
||||
|
||||
Reference in New Issue
Block a user