Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Trevisan
xserver
Commits
6b16b827
Commit
6b16b827
authored
Sep 12, 2003
by
Keith Packard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some configure options, make the mach64 server build
parent
ce55d323
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
hw/kdrive/Makefile.am
hw/kdrive/Makefile.am
+1
-0
hw/kdrive/mach64/mach64draw.c
hw/kdrive/mach64/mach64draw.c
+1
-1
hw/kdrive/mach64/mach64video.c
hw/kdrive/mach64/mach64video.c
+2
-2
hw/kdrive/vesa/Makefile.am
hw/kdrive/vesa/Makefile.am
+7
-2
No files found.
hw/kdrive/Makefile.am
View file @
6b16b827
...
...
@@ -2,3 +2,4 @@ SUBDIRS = \
src
\
linux
\
vesa
\
mach64
hw/kdrive/mach64/mach64draw.c
View file @
6b16b827
...
...
@@ -29,7 +29,7 @@
#include "mach64.h"
#include "mach64draw.h"
#include
"
Xmd.h
"
#include
<X11/
Xmd.h
>
#include "gcstruct.h"
#include "scrnintstr.h"
#include "pixmapstr.h"
...
...
hw/kdrive/mach64/mach64video.c
View file @
6b16b827
...
...
@@ -25,8 +25,8 @@
#endif
#include "mach64.h"
#include
"
Xv.h
"
#include "
../../xfree86/common/
fourcc.h"
#include
<X11/extensions/
Xv.h
>
#include "fourcc.h"
#define MAKE_ATOM(a) MakeAtom(a, sizeof(a) - 1, TRUE)
...
...
hw/kdrive/vesa/Makefile.am
View file @
6b16b827
...
...
@@ -11,14 +11,19 @@ INCLUDES = \
bin_PROGRAMS
=
Xvesa
Xvesa_SOURCES
=
\
noinst_LTLIBRARIES
=
libvesa.la
libvesa_la_SOURCES
=
\
vesa.c
\
vesainit.c
\
vbe.c
\
vga.c
\
vm86.c
Xvesa_SOURCES
=
\
vesainit.c
Xvesa_LDADD
=
\
$(top_builddir)
/hw/kdrive/vesa/libvesa.la
\
$(top_builddir)
/dix/libdix.la
\
$(top_builddir)
/os/libos.la
\
$(top_builddir)
/miext/layer/liblayer.la
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment