Remove stray mfb/cfb references.
This commit is contained in:
parent
291e89d4f2
commit
ad124742ae
|
@ -36,6 +36,10 @@
|
||||||
* miext/rootless/accel/rlAccel.c:
|
* miext/rootless/accel/rlAccel.c:
|
||||||
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
|
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
|
||||||
|
|
||||||
|
* Xprint/ps/Makefile.am:
|
||||||
|
* Xprint/raster/Makefile.am:
|
||||||
|
Remove stray mfb/cfb references.
|
||||||
|
|
||||||
2006-04-27 Eric Anholt <anholt@FreeBSD.org>
|
2006-04-27 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* exa/exa_accel.c: (exaPolyPoint), (exaPolylines),
|
* exa/exa_accel.c: (exaPolyPoint), (exaPolylines),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
noinst_LTLIBRARIES = libps.la
|
noinst_LTLIBRARIES = libps.la
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
|
INCLUDES = -I$(top_srcdir)/Xprint
|
||||||
|
|
||||||
AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ @FREETYPE_CFLAGS@ \
|
AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ @FREETYPE_CFLAGS@ \
|
||||||
-D_XP_PRINT_SERVER_ -DPSZ=8 -DXP_PSTEXT
|
-D_XP_PRINT_SERVER_ -DPSZ=8 -DXP_PSTEXT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
noinst_LTLIBRARIES = libraster.la
|
noinst_LTLIBRARIES = libraster.la
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
|
INCLUDES = -I$(top_srcdir)/Xprint
|
||||||
|
|
||||||
AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
|
AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
|
||||||
-D_XP_PRINT_SERVER_ -DPSZ=8
|
-D_XP_PRINT_SERVER_ -DPSZ=8
|
||||||
|
|
Loading…
Reference in New Issue