Fixing hang/crash on gruff. nsNameValuePairDB is only used by nsFT2FontCatalog, so move it into x11shared and link it into libgfx_gtk.so instead of depending on it being exported from libgkgfx.so. r=darin.

This commit is contained in:
bryner%brianryner.com 2004-12-15 22:28:13 +00:00
Родитель 0e63661c42
Коммит e706e82948
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,6 @@ CPPSRCS = \
nsDeviceContext.cpp \
nsFont.cpp \
nsFontList.cpp \
nsNameValuePairDB.cpp \
nsRect.cpp \
nsRegion.cpp \
nsTransform2D.cpp \

Просмотреть файл

@ -93,6 +93,7 @@ X11SHARED_LCPPSRCS += \
nsFontFreeType.cpp \
nsFT2FontNode.cpp \
nsFT2FontCatalog.cpp \
nsNameValuePairDB.cpp \
$(NULL)
endif