mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
symlink.sh: Temporarily disable xkbdata, add type1mod.c
Tue Aug 16 12:09:09 2005 Søren Sandmann <sandmann@redhat.com> Add ft and type1 modules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Tue Aug 16 12:09:09 2005 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* hw/xfree86/dixmods/Makefile.am: Add ft and type1 modules.
|
||||
|
||||
Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* hw/xfree86/dixmods/extmod/Makefile.am (libextmod_la_LIBADD):
|
||||
|
||||
@@ -18,6 +18,8 @@ module_LTLIBRARIES = libafb.la \
|
||||
libmfb.la \
|
||||
librecord.la \
|
||||
libshadow.la \
|
||||
libfreetype.la \
|
||||
libtype1.la \
|
||||
$(GLXMODS)
|
||||
|
||||
AM_CFLAGS = @XORG_CFLAGS@
|
||||
@@ -88,4 +90,10 @@ libshadow_la_LDFLAGS = -avoid-version
|
||||
libshadow_la_LIBADD = $(top_builddir)/miext/shadow/libshadow.la
|
||||
libshadow_la_SOURCES = shmodule.c
|
||||
|
||||
libfreetype_la_LDFLAGS = -avoid-version
|
||||
libfreetype_la_SOURCES = ftmodule.c
|
||||
|
||||
libtype1_la_LDFLAGS = -avoid-version
|
||||
libtype1_la_SOURCES = type1mod.c
|
||||
|
||||
libdixmods_la_SOURCES = $(top_srcdir)/mi/miinitext.c
|
||||
|
||||
Reference in New Issue
Block a user