Powerpc machines also need ioperm_noop.c

This commit is contained in:
Matthieu Herrb 2006-05-30 22:56:36 +00:00
parent 07b168c8d8
commit fc5ca97284
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-30 Matthieu Herrb <matthieu.herrb@laas.fr>
* hw/xfree86/os-support/bsd/Makefile.am:
Powerpc machines also need ioperm_noop.c
2006-05-30 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/doc/man/xorg.conf.man.pre:

View File

@ -38,7 +38,8 @@ ARCH_SOURCES = i386_video.c
endif
if PPC_VIDEO
ARCH_SOURCES = ppc_video.c
ARCH_SOURCES = ppc_video.c \
$(srcdir)/../shared/ioperm_noop.c
endif
if SPARC64_VIDEO