Build xf8_32bpp, which is wanted by the mga driver, and export elf.h, which

is wanted by the rendition driver.
This commit is contained in:
Eric Anholt 2005-09-14 07:49:22 +00:00
parent dfb5da93bc
commit 0888ad3874
5 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,12 @@
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:
* hw/xfree86/Makefile.am:
* hw/xfree86/loader/Makefile.am:
* hw/xfree86/xf8_32bpp/Makefile.am:
Build xf8_32bpp, which is wanted by the mga driver, and export elf.h,
which is wanted by the rendition driver.
2005-09-13 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View File

@ -1049,6 +1049,7 @@ hw/xfree86/xaa/Makefile
hw/xfree86/xf1bpp/Makefile
hw/xfree86/xf4bpp/Makefile
hw/xfree86/xf8_16bpp/Makefile
hw/xfree86/xf8_32bpp/Makefile
hw/xfree86/xf8_32wid/Makefile
hw/dmx/config/Makefile
hw/dmx/input/Makefile

View File

@ -4,11 +4,11 @@ endif
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp \
xf8_32wid loader scanpci dixmods exa $(DRI_SUBDIR)
xf8_32bpp xf8_32wid loader scanpci dixmods exa $(DRI_SUBDIR)
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \
parser rac ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp \
xf8_16bpp xf8_32wid loader scanpci dixmods dri exa
xf8_16bpp xf8_32bpp xf8_32wid loader scanpci dixmods dri exa
bin_PROGRAMS = Xorg

View File

@ -12,6 +12,9 @@ if XORG_LOADER_SPARC
SPARC_SOURCES = SparcMulDiv.S
endif
sdk_HEADERS = \
elf.h
EXTRA_DIST = \
aout.h \
aoutloader.h \

View File

@ -2,7 +2,7 @@ module_LTLIBRARIES = libxf8_32bpp.la
sdk_HEADERS = cfb8_32.h
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/cfb
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
AM_CFLAGS = $(XORG_CFLAGS)
libxf8_32bpp_la_SOURCES = \