mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Remove stray mfb/cfb references.
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
* miext/rootless/accel/rlAccel.c:
|
||||
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>
|
||||
|
||||
* exa/exa_accel.c: (exaPolyPoint), (exaPolylines),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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@ \
|
||||
-D_XP_PRINT_SERVER_ -DPSZ=8 -DXP_PSTEXT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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@ \
|
||||
-D_XP_PRINT_SERVER_ -DPSZ=8
|
||||
|
||||
Reference in New Issue
Block a user