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:
parent
24597a1ee2
commit
ad7f2fc673
|
@ -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>
|
Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
* hw/xfree86/dixmods/extmod/Makefile.am (libextmod_la_LIBADD):
|
* hw/xfree86/dixmods/extmod/Makefile.am (libextmod_la_LIBADD):
|
||||||
|
|
|
@ -18,6 +18,8 @@ module_LTLIBRARIES = libafb.la \
|
||||||
libmfb.la \
|
libmfb.la \
|
||||||
librecord.la \
|
librecord.la \
|
||||||
libshadow.la \
|
libshadow.la \
|
||||||
|
libfreetype.la \
|
||||||
|
libtype1.la \
|
||||||
$(GLXMODS)
|
$(GLXMODS)
|
||||||
|
|
||||||
AM_CFLAGS = @XORG_CFLAGS@
|
AM_CFLAGS = @XORG_CFLAGS@
|
||||||
|
@ -88,4 +90,10 @@ libshadow_la_LDFLAGS = -avoid-version
|
||||||
libshadow_la_LIBADD = $(top_builddir)/miext/shadow/libshadow.la
|
libshadow_la_LIBADD = $(top_builddir)/miext/shadow/libshadow.la
|
||||||
libshadow_la_SOURCES = shmodule.c
|
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
|
libdixmods_la_SOURCES = $(top_srcdir)/mi/miinitext.c
|
||||||
|
|
Loading…
Reference in New Issue